X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isamc%2FMakefile.am;h=6ebd8df9219b35894cff04ac7a93020dcde7a3d7;hb=a20e59c5087fb92c419f2330c786367f9ce8ccd2;hp=32cae1c8f8e732181e65e4f08eeca199b32a096c;hpb=69da23537c6bb71ab948e079708bf8ea090de73f;p=idzebra-moved-to-github.git diff --git a/isamc/Makefile.am b/isamc/Makefile.am index 32cae1c..6ebd8df 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.2 2002-03-21 20:15:57 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@ +INCLUDES = -I$(srcdir)/../include -I$(srcdir)/../index @YAZINC@ LDADD = ../util/libutil.a ../bfile/libbfile.a libisamc.a @YAZLIB@