X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=isamb%2FMakefile.am;h=05b3e2d5df1d8148efefa9fdf20e13d007c79aff;hb=1c4ec5fadcec479a371b7a31cda840ef81e43154;hp=f09dce2e1d77c9ce85b0a3b7c38e6c3efe2ddc2c;hpb=a0c8ad663e1c39942375e032abfd0be156f9c2ca;p=idzebra-moved-to-github.git diff --git a/isamb/Makefile.am b/isamb/Makefile.am index f09dce2..05b3e2d 100644 --- a/isamb/Makefile.am +++ b/isamb/Makefile.am @@ -1,9 +1,12 @@ -## $Id: Makefile.am,v 1.11 2006-06-29 13:47:58 adam Exp $ +## $Id: Makefile.am,v 1.15 2006-12-10 11:54:29 adam Exp $ -lib_LTLIBRARIES = libidzebra-isamb.la +noinst_LTLIBRARIES = libidzebra-isamb.la +noinst_PROGRAMS = benchisamb check_PROGRAMS = tstisamb +EXTRA_DIST = bench1.sh bench1.plt bench2.sh bench2.plt + TESTS = $(check_PROGRAMS) tstisamb_SOURCES = tstisamb.c @@ -11,7 +14,11 @@ tstisamb_LDADD = libidzebra-isamb.la \ ../bfile/libidzebra-bfile.la \ ../util/libidzebra-util.la $(YAZLALIB) -libidzebra_isamb_la_LDFLAGS=-version-info $(ZEBRALIBS_VERSION) +benchisamb_SOURCES = benchisamb.c +benchisamb_LDADD = libidzebra-isamb.la \ + ../bfile/libidzebra-bfile.la \ + ../util/libidzebra-util.la $(YAZLALIB) + libidzebra_isamb_la_SOURCES = isamb.c AM_CPPFLAGS=-I$(srcdir)/../include $(YAZINC)