X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=asn%2FMakefile.am;h=ab975b6c5a65598271a926a04992ba6c24e8529f;hb=fbfb7f5339bcc276a562e6b94b42750ff3b1af3f;hp=1ff4fc9108f53f50420eae0fe70156fb3713a85e;hpb=7dabb33444218a5c5b83cf1a4d9fe386699f872e;p=yaz-moved-to-github.git diff --git a/asn/Makefile.am b/asn/Makefile.am index 1ff4fc9..ab975b6 100644 --- a/asn/Makefile.am +++ b/asn/Makefile.am @@ -1,8 +1,12 @@ -## $Id: Makefile.am,v 1.2 2000-02-28 11:44:39 adam Exp $ +## $Id: Makefile.am,v 1.7 2002-09-11 21:25:57 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 \ +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 +pkginclude_HEADERS = \ + prt-acc.h prt-add.h prt-arc.h prt-dat.h prt-dia.h prt-esp.h prt-exd.h \ + prt-exp.h prt-ext.h prt-grs.h prt-proto.h prt-rsc.h prt-univ.h + +AM_CPPFLAGS=-I$(top_srcdir)/include