X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile.am;h=3dfaba1d36f774ed42d839911f59e9a6f6cce7d7;hb=8746c08e36ba07edc839f1396c17a27ea2915dc0;hp=62796a0b7f91522b8dc6607bae41f0c1ad3e29ee;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;p=yaz-moved-to-github.git diff --git a/util/Makefile.am b/util/Makefile.am index 62796a0..3dfaba1 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,6 +1,6 @@ ## Copyright (C) 1994-2003, Index Data ## All rights reserved. -## $Id: Makefile.am,v 1.23 2003-10-27 12:21:38 adam Exp $ +## $Id: Makefile.am,v 1.25 2004-03-10 17:18:08 adam Exp $ TESTS = $(check_PROGRAMS) @@ -8,10 +8,12 @@ bin_SCRIPTS = yaz-asncomp yaz-config EXTRA_DIST = yaz-asncomp +DISTCLEANFILES = yaz-config + AM_CPPFLAGS=-I$(top_srcdir)/include bin_PROGRAMS = yaz-marcdump yaz-iconv -noinst_PROGRAMS = cclsh cql2pqf cql2xcql srwtst +noinst_PROGRAMS = cclsh cql2pqf cql2xcql srwtst yaz-benchmark # MARC dumper utility yaz_marcdump_LDADD = ../src/libyaz.la @@ -33,4 +35,6 @@ cql2pqf_LDADD = ../src/libyaz.la cql2xcql_SOURCES = cql2xcql.c cql2xcql_LDADD = ../src/libyaz.la +yaz_benchmark_LDADD = ../src/libyaz.la +yaz_benchmark_SOURCES = benchmark.c