Fixed problem with close of lock file for WIN32.
[idzebra-moved-to-github.git] / index / Makefile.am
index 045a022..182f3ac 100644 (file)
@@ -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)