X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2FMakefile.am;h=699b5d2313721160bcf1943a7d50a48abe22ccb2;hp=08ae41a192b6003d6c7fc3dc36b5aeec85b84151;hb=93848af242b888a6aeba304be54e2ff5cc5e510f;hpb=8cb2e2a9699826bbc9a09d9eea1723cec3cd418c diff --git a/util/Makefile.am b/util/Makefile.am index 08ae41a..699b5d2 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,17 +1,18 @@ ## Copyright (C) 1995-2007, Index Data ## All rights reserved. -## $Id: Makefile.am,v 1.32 2007-06-03 09:57:25 adam Exp $ +## $Id: Makefile.am,v 1.36 2007-11-12 11:14:49 adam Exp $ bin_SCRIPTS = yaz-asncomp yaz-config -EXTRA_DIST = yaz-asncomp +EXTRA_DIST = yaz-asncomp yaz-icu-example.xml DISTCLEANFILES = yaz-config -AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS) +AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS) $(ICU_CPPFLAGS) -bin_PROGRAMS = yaz-marcdump yaz-iconv yaz-illclient -noinst_PROGRAMS = cclsh cql2pqf cql2xcql srwtst yaz-benchmark yaz-xmlquery +bin_PROGRAMS = yaz-marcdump yaz-iconv yaz-illclient yaz-icu +noinst_PROGRAMS = cclsh cql2pqf cql2xcql srwtst yaz-benchmark \ + yaz-xmlquery # MARC dumper utility yaz_marcdump_SOURCES = marcdump.c @@ -41,3 +42,6 @@ yaz_xmlquery_LDADD = ../src/libyaz.la yaz_illclient_SOURCES = yaz-illclient.c yaz_illclient_LDADD = ../src/libyaz.la $(READLINE_LIBS) + +yaz_icu_SOURCES = yaz-icu.c +yaz_icu_LDADD =../src/libyaz_icu.la ../src/libyaz.la $(ICU_LIBS)