X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=asn%2FMakefile.am;h=ad0f888df4f7385fd640111a88974b65e773a58b;hb=695e6df9fce9b838cb3fe8f49b211ed99943caef;hp=570d05b834c244a8c44fbb1ef33378a245581641;hpb=7acd51b7cdffca5ad92a777d2c6e8e9bae1f9fd3;p=yaz-moved-to-github.git diff --git a/asn/Makefile.am b/asn/Makefile.am index 570d05b..ad0f888 100644 --- a/asn/Makefile.am +++ b/asn/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.3 2000-04-05 07:39:54 adam Exp $ +## $Id: Makefile.am,v 1.6 2002-04-15 09:44:41 adam Exp $ noinst_LTLIBRARIES=libasn.la @@ -7,4 +7,8 @@ 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$(srcdir)/../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