X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2FMakefile.am;h=78b05964d1c6a6ec298ff144e4d25327f114c137;hb=396e9aaedfbed7534e329b42475cd7abe2fd3814;hp=83367a71a11acf18b1f3f3e18b32349a518b01f0;hpb=852d5f1f9aa0a70f7e54a68143ee86752394a2f2;p=idzebra-moved-to-github.git diff --git a/index/Makefile.am b/index/Makefile.am index 83367a7..78b0596 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.51 2006-08-22 13:39:26 adam Exp $ +## $Id: Makefile.am,v 1.55 2006-09-22 10:18:08 adam Exp $ aux_libs = \ ../rset/libidzebra-rset.la \ @@ -70,7 +70,7 @@ libidzebra_2_0_la_SOURCES = \ recgrs.c \ sgmlread.c \ rectext.c \ - api_swig.c attribute.c \ + attribute.c \ compact.c \ dir.c dirs.c \ extract.c \ @@ -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