X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=isamc%2FMakefile.am;h=debc46425c4beb4c877d47832569bf6f13568707;hb=refs%2Ftags%2FZEBRA.1.3.16;hp=6ebd8df9219b35894cff04ac7a93020dcde7a3d7;hpb=36cf672c845827f76adf9e1d8ea7a2938f6fa4da;p=idzebra-moved-to-github.git diff --git a/isamc/Makefile.am b/isamc/Makefile.am index 6ebd8df..debc464 100644 --- a/isamc/Makefile.am +++ b/isamc/Makefile.am @@ -1,9 +1,9 @@ -## $Id: Makefile.am,v 1.2 2002-03-21 20:15:57 adam Exp $ +## $Id: Makefile.am,v 1.5 2004-08-04 08:35:24 adam Exp $ noinst_LIBRARIES = libisamc.a -libisamc_a_SOURCES = isamc.c isamd.c merge.c merge-d.c isamc-p.h isamd-p.h +libisamc_a_SOURCES = isamc.c merge.c isamc-p.h -INCLUDES = -I$(srcdir)/../include -I$(srcdir)/../index @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)