X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2FMakefile.am;h=22c382e0d4914f11e63addf7a041360a1fda33ef;hb=2ca7b6bfd7e8d9a2cb9c36bf2520b46511a594eb;hp=feadea743be636ca46f830f81d7bbd2b26715b74;hpb=8ee402d79e37344b08c2b54ad45b50e8327a6c03;p=idzebra-moved-to-github.git diff --git a/index/Makefile.am b/index/Makefile.am index feadea7..22c382e 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.28 2004-09-27 10:44:49 adam Exp $ +## $Id: Makefile.am,v 1.31 2005-05-03 09:11:34 adam Exp $ noinst_PROGRAMS = apitest kdump @@ -7,14 +7,14 @@ 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 livcode.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 \