X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2FMakefile.am;h=cc2ddfcba141afb509beac7be01602b2ccbc29d4;hb=289af445bf7c8042b46200f9f2af18049ae049fb;hp=182f3ac95950676801cdf71a78f1f99b90d1fa84;hpb=7149e5607a0d473d958ed1758728cc343b56d681;p=idzebra-moved-to-github.git diff --git a/index/Makefile.am b/index/Makefile.am index 182f3ac..cc2ddfc 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.3 2000-05-02 11:26:13 adam Exp $ +## $Id: Makefile.am,v 1.4 2000-10-17 12:37:09 adam Exp $ noinst_PROGRAMS = apitest @@ -33,4 +33,15 @@ apitest_SOURCES = apitest.c kcompare.c zrpn.c zsets.c attribute.c recindex.c \ INCLUDES = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE) -LDADD = @SUBLIBS@ $(YAZLIB) $(TCL_LIB) +if ISZMBOL +zmbol_libs = ../isam/libisam.a ../isamc/libisamc.a ../isamb/libisamb.a +else +zmbol_libs = +endif + +LDADD = \ + ../rset/librset.a ../dict/libdict.a ../isams/libisams.a \ + $(zmbol_libs) \ + ../recctrl/librecctrl.a ../bfile/libbfile.a ../dfa/libdfa.a \ + ../util/libutil.a \ + $(YAZLIB) $(TCL_LIB)