X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=isamb%2FMakefile.am;h=b2178e8bbc66d9858503688aaeb2f3f887296e19;hp=1624001033aa9f8475bd1c7d17a5fc113e11b3f8;hb=6c5467571389a21c91196ce1608945633c1cf92a;hpb=3c5356c1ac5cb9bfb33a3e61d2b1a7db6e7615db diff --git a/isamb/Makefile.am b/isamb/Makefile.am index 1624001..b2178e8 100644 --- a/isamb/Makefile.am +++ b/isamb/Makefile.am @@ -1,11 +1,11 @@ -## $Id: Makefile.am,v 1.14 2006-12-09 08:03:57 adam Exp $ noinst_LTLIBRARIES = libidzebra-isamb.la -noinst_PROGRAMS = benchisamb +noinst_PROGRAMS = benchisamb benchindex1 check_PROGRAMS = tstisamb -EXTRA_DIST = bench1.sh bench1.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)