Fixed bug #445: zebra.cfg does not check for valid directives.
[idzebra-moved-to-github.git] / index / Makefile.am
index 2430a4b..1192828 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.58 2006-11-14 08:12:08 adam Exp $
+## $Id: Makefile.am,v 1.61 2006-12-05 14:06:29 adam Exp $
 
 aux_libs = \
  ../rset/libidzebra-rset.la \
@@ -81,14 +81,15 @@ libidzebra_2_0_la_SOURCES = \
   dir.c dirs.c \
   extract.c \
   index.h invstat.c \
-  kinput.c kcompare.c  kcontrol.c \
+  kinput.c kcontrol.c \
   limit.c \
   orddict.c orddict.h \
   rank.h rank1.c ranksimilarity.c rankstatic.c \
   recindex.c  recindex.h recindxp.h reckeys.c reckeys.h recstat.c retrieve.c \
   rpnscan.c rpnsearch.c sortidx.c symtab.c stream.c \
-  update_path.c update_file.c trunc.c untrans.c \
-  zaptterm.c zebraapi.c zinfo.c zinfo.h zsets.c 
+  update_path.c update_file.c trunc.c untrans.c isam_methods.c \
+  zaptterm.c zebraapi.c zinfo.c zinfo.h zsets.c key_block.c key_block.h \
+  check_res.c
 
 bin_PROGRAMS = zebraidx zebrasrv
 
@@ -99,6 +100,7 @@ kdump_SOURCES = kdump.c
 
 AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) \
   -DDEFAULT_PROFILE_PATH=\"$(pkgdatadir)/tab\" \
+  -DDEFAULT_MODULE_PATH=\"$(modlibdir)\" \
   $(TCL_INCLUDE)
 
 LDADD = $(zebralib) $(YAZLALIB)