X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=isamb%2FMakefile.am;h=d94489d8dd0d375a4445d41bee2a086be4c92b73;hp=05b3e2d5df1d8148efefa9fdf20e13d007c79aff;hb=60ba1bbd30dc4302bac6888136dc6bf8f9c0c7c7;hpb=1c4ec5fadcec479a371b7a31cda840ef81e43154 diff --git a/isamb/Makefile.am b/isamb/Makefile.am index 05b3e2d..d94489d 100644 --- a/isamb/Makefile.am +++ b/isamb/Makefile.am @@ -1,11 +1,12 @@ -## $Id: Makefile.am,v 1.15 2006-12-10 11:54:29 adam Exp $ +## $Id: Makefile.am,v 1.17 2006-12-12 13:54:33 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 +20,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)