X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=asn%2FMakefile.am;h=570d05b834c244a8c44fbb1ef33378a245581641;hb=3739a09637244036dedbabb6040ed48978b8e330;hp=6c5796e75a8d834c6d1ce7f68a9564148ec13de5;hpb=78e049108ef4c65f1dc3dddd747e59b90b75a9a6;p=yaz-moved-to-github.git diff --git a/asn/Makefile.am b/asn/Makefile.am index 6c5796e..570d05b 100644 --- a/asn/Makefile.am +++ b/asn/Makefile.am @@ -1,7 +1,10 @@ +## $Id: Makefile.am,v 1.3 2000-04-05 07:39:54 adam Exp $ -noinst_LIBRARIES=libasn.a +noinst_LTLIBRARIES=libasn.la -libasn_a_SOURCES = proto.c prt-rsc.c prt-acc.c prt-exp.c prt-grs.c prt-exd.c \ +LIBS = + +libasn_la_SOURCES = proto.c prt-rsc.c prt-acc.c prt-exp.c prt-grs.c prt-exd.c \ prt-dia.c prt-esp.c prt-arc.c prt-add.c prt-dat.c prt-univ.c -INCLUDES=-I../include +INCLUDES=-I$(srcdir)/../include