Deb: idzebra-2.0-utils includes init.d script
[idzebra-moved-to-github.git] / isamb / Makefile.am
index 05b3e2d..b2178e8 100644 (file)
@@ -1,11 +1,11 @@
-## $Id: Makefile.am,v 1.15 2006-12-10 11:54:29 adam Exp $
 
 noinst_LTLIBRARIES = libidzebra-isamb.la
 
-noinst_PROGRAMS = benchisamb
+noinst_PROGRAMS = benchisamb benchindex1
 check_PROGRAMS = tstisamb
 
-EXTRA_DIST = bench1.sh bench1.plt bench2.sh bench2.plt
+EXTRA_DIST = bench1.sh bench1.plt bench2.sh bench2.plt \
+ filesystems.plt dictisam.plt
 
 TESTS = $(check_PROGRAMS)
 
@@ -19,6 +19,12 @@ benchisamb_LDADD = libidzebra-isamb.la \
  ../bfile/libidzebra-bfile.la \
  ../util/libidzebra-util.la $(YAZLALIB)
 
+benchindex1_SOURCES = benchindex1.c
+benchindex1_LDADD = libidzebra-isamb.la \
+ ../bfile/libidzebra-bfile.la \
+ ../dict/libidzebra-dict.la \
+ ../util/libidzebra-util.la $(YAZLALIB)
+
 libidzebra_isamb_la_SOURCES = isamb.c
 
 AM_CPPFLAGS=-I$(srcdir)/../include $(YAZINC)