X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2FMakefile.am;h=d5231887c2b01999690be4c0c615a702524bea00;hb=24031af43eeb85eb33b0c208ee6c6b02144cb799;hp=22c382e0d4914f11e63addf7a041360a1fda33ef;hpb=0e898c0c6183c6dd9701286f6a4ac9b734c9bdbb;p=idzebra-moved-to-github.git diff --git a/index/Makefile.am b/index/Makefile.am index 22c382e..d523188 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -1,15 +1,24 @@ -## $Id: Makefile.am,v 1.31 2005-05-03 09:11:34 adam Exp $ +## $Id: Makefile.am,v 1.39 2006-05-10 09:11:22 adam Exp $ noinst_PROGRAMS = apitest kdump 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 \ - index.h recindex.h recindxp.h \ - zinfo.h zserver.h zvrank.c limit.c kcontrol.c +libidzebra_api_la_SOURCES = \ + api_swig.c attribute.c \ + compact.c \ + dir.c dirs.c \ + extract.c \ + index.h invstat.c \ + kinput.c kcompare.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 \ + sortidx.c symtab.c \ + trav.c trunc.c \ + zebraapi.c zinfo.c zinfo.h zserver.h zsets.c zrpn.c \ + zvrank.c bin_PROGRAMS = zebraidx zebrasrv zebrash @@ -26,6 +35,7 @@ zebralibs = \ ../dfa/libidzebra-dfa.la \ ../util/libidzebra-util.la + zebraidx_SOURCES = main.c zebrasrv_SOURCES = zserver.c zebrash_SOURCES = zebrash.c