X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2FMakefile.am;h=9b2f8ab0e2bfb530924fcd3ba8751243af4abdb6;hb=47ea1fc957c7b97bb30a26698f072109cae275e4;hp=18cc7273f736f7b2b19e756f72700ab8f1ecb385;hpb=779d03c32f5e82d36929465522973c16b48d5991;p=idzebra-moved-to-github.git diff --git a/index/Makefile.am b/index/Makefile.am index 18cc727..9b2f8ab 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.10 2002-03-21 20:12:27 adam Exp $ +## $Id: Makefile.am,v 1.13 2002-04-15 09:48:30 adam Exp $ noinst_PROGRAMS = apitest kdump @@ -9,15 +9,11 @@ libzebra_a_SOURCES = dir.c dirs.c trav.c kinput.c kcompare.c \ zebraapi.c zinfo.c invstat.c sortidx.c compact.c zsets.c zrpn.c \ rank1.c trunc.c retrieve.c extract.c index.h recindex.h recindxp.h \ zebraapi.h zinfo.h zserver.h -if ISZMBOL -zmbol_libs = ../isam/libisam.a ../isamc/libisamc.a ../isamb/libisamb.a -else -zmbol_libs = -endif libzebra_a_LIBADD = \ ../rset/librset.a ../dict/libdict.a ../isams/libisams.a \ - $(zmbol_libs) ../recctrl/librecctrl.a ../bfile/libbfile.a ../dfa/libdfa.a \ + ../isam/libisam.a ../isamc/libisamc.a ../isamb/libisamb.a \ + ../recctrl/librecctrl.a ../bfile/libbfile.a ../dfa/libdfa.a \ ../util/libutil.a if ISZMBOL @@ -33,7 +29,7 @@ zebrasrv_SOURCES = zserver.c apitest_SOURCES = apitest.c kdump_SOURCES=kdump.c kcompare.c -CFLAGS = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE) +AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE) LDADD = libzebra.a $(YAZLIB) $(TCL_LIB)