X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2FMakefile.am;h=182f3ac95950676801cdf71a78f1f99b90d1fa84;hp=772aad7b94a98045577dc04f2dc21ec4614dcdf2;hb=b9ba556f29428d79db2a874b1a33504290125216;hpb=c4b3b6322c32ee380e63ff06cabaad213952c195 diff --git a/index/Makefile.am b/index/Makefile.am index 772aad7..182f3ac 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.2 2000-04-06 09:03:28 adam Exp $ +## $Id: Makefile.am,v 1.3 2000-05-02 11:26:13 adam Exp $ noinst_PROGRAMS = apitest @@ -31,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)