Make bf_cache return ZEBRA_RES so we can check if shadow was properly
[idzebra-moved-to-github.git] / index / Makefile.am
index 3ee1193..22c382e 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.27 2004-08-30 21:36:53 adam Exp $
+## $Id: Makefile.am,v 1.31 2005-05-03 09:11:34 adam Exp $
 
 noinst_PROGRAMS = apitest kdump
 
@@ -7,14 +7,14 @@ lib_LTLIBRARIES = libidzebra-api.la
 libidzebra_api_la_SOURCES = dir.c dirs.c trav.c kinput.c kcompare.c \
  attribute.c symtab.c recindex.c recstat.c lockutil.c  \
  zebraapi.c zinfo.c invstat.c sortidx.c compact.c zsets.c zrpn.c \
- rank1.c trunc.c retrieve.c extract.c livcode.c \
+ rank1.c trunc.c retrieve.c extract.c \
  index.h recindex.h recindxp.h \
- zinfo.h zserver.h zvrank.c
+ zinfo.h zserver.h zvrank.c limit.c kcontrol.c
 
 bin_PROGRAMS = zebraidx zebrasrv zebrash
 
 zebralibs = \
- ../index/libidzebra-api.la \
+ libidzebra-api.la \
  ../rset/libidzebra-rset.la \
  ../recctrl/libidzebra-recctrl.la \
  ../dict/libidzebra-dict.la  \
@@ -32,10 +32,10 @@ zebrash_SOURCES = zebrash.c
 apitest_SOURCES = apitest.c
 kdump_SOURCES = kdump.c
 
-AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE) \
+AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) \
   -DDEFAULT_PROFILE_PATH=\"$(pkgdatadir)/tab\"
 
-zebrash_LDADD= $(zebralibs) $(YAZLALIB) $(TCL_LIB) $(READLINE_LIBS)
+zebrash_LDADD= $(zebralibs) $(YAZLALIB) $(READLINE_LIBS)
 
-LDADD = $(zebralibs) $(YAZLALIB) $(TCL_LIB)
+LDADD = $(zebralibs) $(YAZLALIB)