X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2FMakefile.am;h=182f3ac95950676801cdf71a78f1f99b90d1fa84;hb=7149e5607a0d473d958ed1758728cc343b56d681;hp=045a0222aea252fe49540b92fe05b590295da428;hpb=f12eb4478fcad5ac0d68a39c0f32920a969b7a6d;p=idzebra-moved-to-github.git diff --git a/index/Makefile.am b/index/Makefile.am index 045a022..182f3ac 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -1,7 +1,9 @@ -## $Id: Makefile.am,v 1.1 2000-04-05 09:59:42 adam Exp $ +## $Id: Makefile.am,v 1.3 2000-05-02 11:26:13 adam Exp $ + +noinst_PROGRAMS = apitest if ISZMBOL -bin_PROGRAMS = zmbolidx zmbolsrv apitest +bin_PROGRAMS = zmbolidx zmbolsrv zmbolidx_SOURCES = main.c dir.c dirs.c trav.c extract.c kinput.c kcompare.c \ symtab.c recindex.c recstat.c lockutil.c lockidx.c \ zinfo.c invstat.c sortidx.c compact.c \ @@ -29,6 +31,6 @@ apitest_SOURCES = apitest.c kcompare.c zrpn.c zsets.c attribute.c recindex.c \ retrieve.c kinput.c \ index.h recindex.h recindxp.h zebraapi.h zinfo.h zserver.h -INCLUDES = -I$(srcdir)/../include @YAZINC@ +INCLUDES = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE) -LDADD = @SUBLIBS@ @YAZLIB@ +LDADD = @SUBLIBS@ $(YAZLIB) $(TCL_LIB)