X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2FMakefile.am;h=a183c1c2e7eb3f80386b9dbe2ca97fda0a69c03b;hb=0ec1c21af9238b4aab7ae0343ad6476ea79842b0;hp=906e26bbb398f37a7c3112327043bcff6e200d45;hpb=2fefff35eeb40ba802bb3ee11674a6037b84659c;p=idzebra-moved-to-github.git diff --git a/index/Makefile.am b/index/Makefile.am index 906e26b..a183c1c 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -1,20 +1,21 @@ -## $Id: Makefile.am,v 1.29 2004-10-28 10:37:15 heikki Exp $ +## $Id: Makefile.am,v 1.36 2006-03-23 09:15:25 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 + attribute.c symtab.c recindex.c recstat.c \ + zebraapi.c api_swig.c \ + zinfo.c invstat.c sortidx.c compact.c zsets.c zrpn.c \ + rank1.c trunc.c retrieve.c extract.c rankstatic.c \ + index.h recindex.h recindxp.h reckeys.c reckeys.h \ + zinfo.h zserver.h zvrank.c limit.c kcontrol.c orddict.c orddict.h bin_PROGRAMS = zebraidx zebrasrv zebrash zebralibs = \ - ../index/libidzebra-api.la \ + libidzebra-api.la \ ../rset/libidzebra-rset.la \ ../recctrl/libidzebra-recctrl.la \ ../dict/libidzebra-dict.la \