Deb: idzebra-2.0-utils includes init.d script
[idzebra-moved-to-github.git] / isamb / Makefile.am
index eb89f4c..b2178e8 100644 (file)
@@ -1,9 +1,12 @@
-## $Id: Makefile.am,v 1.13 2006-07-05 15:03:48 adam Exp $
 
 noinst_LTLIBRARIES = libidzebra-isamb.la
 
+noinst_PROGRAMS = benchisamb benchindex1
 check_PROGRAMS = tstisamb
 
+EXTRA_DIST = bench1.sh bench1.plt bench2.sh bench2.plt \
+ filesystems.plt dictisam.plt
+
 TESTS = $(check_PROGRAMS)
 
 tstisamb_SOURCES = tstisamb.c
@@ -11,6 +14,17 @@ tstisamb_LDADD = libidzebra-isamb.la \
  ../bfile/libidzebra-bfile.la \
  ../util/libidzebra-util.la $(YAZLALIB)
 
+benchisamb_SOURCES = benchisamb.c
+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)