X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2FMakefile.am;h=78b05964d1c6a6ec298ff144e4d25327f114c137;hb=ca8c7208a371bcfb79c846dfec9cd7cb42ecaf92;hp=472427bb8910bad9d4a2326ff36240834525d9c3;hpb=b9236f91bdec221da53f549b9255e96705929309;p=idzebra-moved-to-github.git diff --git a/index/Makefile.am b/index/Makefile.am index 472427b..78b0596 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.52 2006-09-15 10:07:10 adam Exp $ +## $Id: Makefile.am,v 1.55 2006-09-22 10:18:08 adam Exp $ aux_libs = \ ../rset/libidzebra-rset.la \ @@ -80,14 +80,14 @@ libidzebra_2_0_la_SOURCES = \ 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 \ - sortidx.c symtab.c stream.c \ - update_path.c update_file.c trunc.c \ - zebraapi.c zinfo.c zinfo.h zserver.h zsets.c zrpn.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 bin_PROGRAMS = zebraidx zebrasrv -zebraidx_SOURCES = main.c -zebrasrv_SOURCES = zserver.c +zebraidx_SOURCES = zebraidx.c +zebrasrv_SOURCES = zebrasrv.c zebrash_SOURCES = zebrash.c apitest_SOURCES = apitest.c kdump_SOURCES = kdump.c