X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=asn%2FMakefile.am;h=570d05b834c244a8c44fbb1ef33378a245581641;hp=1ff4fc9108f53f50420eae0fe70156fb3713a85e;hb=7acd51b7cdffca5ad92a777d2c6e8e9bae1f9fd3;hpb=6fdf5380057b2e9159050ddbb7cd79c86690a6ef diff --git a/asn/Makefile.am b/asn/Makefile.am index 1ff4fc9..570d05b 100644 --- a/asn/Makefile.am +++ b/asn/Makefile.am @@ -1,8 +1,10 @@ -## $Id: Makefile.am,v 1.2 2000-02-28 11:44:39 adam Exp $ +## $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