X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=isamc%2FMakefile.am;h=7e13e43dddfcc8e59cf1394f436e797ef71d29e4;hb=96c3496d1f829a79f73846e0e1168aac3def7389;hp=32cae1c8f8e732181e65e4f08eeca199b32a096c;hpb=69da23537c6bb71ab948e079708bf8ea090de73f;p=idzebra-moved-to-github.git diff --git a/isamc/Makefile.am b/isamc/Makefile.am index 32cae1c..7e13e43 100644 --- a/isamc/Makefile.am +++ b/isamc/Makefile.am @@ -1,9 +1,9 @@ -## $Id: Makefile.am,v 1.1 2000-04-05 09:49:36 adam Exp $ +## $Id: Makefile.am,v 1.4 2004-06-16 20:49:18 adam Exp $ noinst_LIBRARIES = libisamc.a libisamc_a_SOURCES = isamc.c isamd.c merge.c merge-d.c isamc-p.h isamd-p.h -INCLUDES = -I$(srcdir)/../include @YAZINC@ +AM_CPPFLAGS = -I$(srcdir)/../include -I$(srcdir)/../index $(YAZINC) -LDADD = ../util/libutil.a ../bfile/libbfile.a libisamc.a @YAZLIB@ +LDADD = ../util/libutil.a ../bfile/libbfile.a libisamc.a $(YAZLIB) $(TCL_LIB)