X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2FMakefile.am;h=22c382e0d4914f11e63addf7a041360a1fda33ef;hb=f00cbbbdc1df5478ce74c4a13efafc42257e4cc1;hp=906e26bbb398f37a7c3112327043bcff6e200d45;hpb=2fefff35eeb40ba802bb3ee11674a6037b84659c;p=idzebra-moved-to-github.git diff --git a/index/Makefile.am b/index/Makefile.am index 906e26b..22c382e 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.29 2004-10-28 10:37:15 heikki Exp $ +## $Id: Makefile.am,v 1.31 2005-05-03 09:11:34 adam Exp $ noinst_PROGRAMS = apitest kdump @@ -9,12 +9,12 @@ libidzebra_api_la_SOURCES = dir.c dirs.c trav.c kinput.c kcompare.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 + zinfo.h zserver.h zvrank.c limit.c kcontrol.c 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 \