section on relation attributes added
[idzebra-moved-to-github.git] / index / Makefile.am
index c5d7540..d502baf 100644 (file)
@@ -1,10 +1,9 @@
-## $Id: Makefile.am,v 1.38 2006-05-03 09:31:25 marc Exp $
+## $Id: Makefile.am,v 1.41 2006-06-12 09:39:18 marc Exp $
 
-noinst_PROGRAMS = apitest kdump zebrasrv2 zebraidx2
+noinst_PROGRAMS = apitest kdump
 
-lib_LTLIBRARIES = libidzebra-api.la libidzebra-all.la
+lib_LTLIBRARIES = libidzebra-api.la
 
-libidzebra_all_la_SOURCES = 
 libidzebra_api_la_SOURCES = \
   api_swig.c attribute.c \
   compact.c \
@@ -17,9 +16,9 @@ libidzebra_api_la_SOURCES = \
   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
+  update_path.c update_file.c trunc.c \
+  zebraapi.c zinfo.c zinfo.h zserver.h zsets.c zrpn.c
+
 
 bin_PROGRAMS = zebraidx zebrasrv zebrash
 
@@ -50,12 +49,3 @@ zebrash_LDADD= $(zebralibs) $(YAZLALIB) $(READLINE_LIBS)
 
 LDADD = $(zebralibs) $(YAZLALIB)
 
-## Try make zebraidx zebrasrv versions with a combined lib
-libidzebra_all_la_LIBADD = $(zebralibs) $(YAZLALIB)
-
-zebraidx2_SOURCES = main.c
-zebraidx2_LDADD= libidzebra-all.la $(YAZLALIB) 
-
-zebrasrv2_SOURCES = zserver.c
-zebrasrv2_LDADD= libidzebra-all.la $(YAZLALIB) 
-