From bddd893d1744364a989bb1b223fd9e4a48cfc64c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 17 Jun 2007 07:04:37 +0000 Subject: [PATCH] icu_chain_test is a noinst program at this stage --- src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 7a70b39..26da933 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,8 @@ -# $Id: Makefile.am,v 1.26 2007-06-08 13:57:19 adam Exp $ +# $Id: Makefile.am,v 1.27 2007-06-17 07:04:37 adam Exp $ -bin_PROGRAMS = pazpar2 icu_chain_test +bin_PROGRAMS = pazpar2 + +noinst_PROGRAMS = icu_chain_test check_PROGRAMS = test_config \ test_icu_I18N \ -- 1.7.10.4