From 997ab83aeb77caaff6929b4b33da327f0a894940 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 12 Nov 2007 08:47:22 +0000 Subject: [PATCH] Program yaz-icu is noinst rather than bin. Program yaz-icu is noinst rather than bin for now. Will be installed in bin when a man page has been created, bug #1797. --- util/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/util/Makefile.am b/util/Makefile.am index 5c64868..890cb1a 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,6 +1,6 @@ ## Copyright (C) 1995-2007, Index Data ## All rights reserved. -## $Id: Makefile.am,v 1.34 2007-10-24 22:10:25 adam Exp $ +## $Id: Makefile.am,v 1.35 2007-11-12 08:47:22 adam Exp $ bin_SCRIPTS = yaz-asncomp yaz-config @@ -10,8 +10,9 @@ DISTCLEANFILES = yaz-config AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS) $(ICU_CPPFLAGS) -bin_PROGRAMS = yaz-marcdump yaz-iconv yaz-illclient yaz-icu -noinst_PROGRAMS = cclsh cql2pqf cql2xcql srwtst yaz-benchmark yaz-xmlquery +bin_PROGRAMS = yaz-marcdump yaz-iconv yaz-illclient +noinst_PROGRAMS = cclsh cql2pqf cql2xcql srwtst yaz-benchmark \ + yaz-xmlquery yaz-icu # MARC dumper utility yaz_marcdump_SOURCES = marcdump.c -- 1.7.10.4