X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=index%2FMakefile.am;h=1f3f2b8da96c2bc02f81fcf21bd2e848740c0d46;hb=26a5a4b96b90361859cf856d6c41852b03ca2f84;hp=069b8bdd298277b86db5bc7671bb144291023eba;hpb=066ce352a46a7e50987bab404994d199eef748ff;p=idzebra-moved-to-github.git diff --git a/index/Makefile.am b/index/Makefile.am index 069b8bd..1f3f2b8 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.16 2002-10-30 14:35:09 adam Exp $ +## $Id: Makefile.am,v 1.18 2003-02-04 12:06:47 pop Exp $ noinst_PROGRAMS = apitest kdump @@ -7,7 +7,8 @@ noinst_LIBRARIES = libzebra.a libzebra_a_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 \ + rank1.c trunc.c retrieve.c extract.c \ + index.h recindex.h recindxp.h \ zebraapi.h zinfo.h zserver.h libzebra_a_LIBADD = \ @@ -33,4 +34,5 @@ libzebra.a: $(libzebra_a_OBJECTS) $(libzebra_a_DEPENDENCIES) -rm -f atmp/*.o for i in $(libzebra_a_LIBADD); do cd atmp; rm -f __*; ar x ../$$i; cd ..; done ar cru libzebra.a $(libzebra_a_OBJECTS) atmp/*.o + -rm -fr atmp $(RANLIB) libzebra.a