X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2FMakefile.am;h=78b05964d1c6a6ec298ff144e4d25327f114c137;hb=2c381d0b592241769db6e2b599e60c1712604a57;hp=4ce47612d4482bcaa9edb2500082bbfd730a95a9;hpb=18e6d4befe9117cc44003fc9c1e62aac14d4e3bb;p=idzebra-moved-to-github.git diff --git a/index/Makefile.am b/index/Makefile.am index 4ce4761..78b0596 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.53 2006-09-21 08:39:14 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 \ - scan.c search.c sortidx.c symtab.c stream.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 zserver.h zsets.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