From 1f43cfe150633773814f78d7b41127fdfa68be40 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 10 Sep 2007 16:34:45 +0000 Subject: [PATCH] Fixed dist rule for test_icu..res files --- test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index ed2f00b..bfcf725 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.5 2007-09-10 16:25:51 adam Exp $ +# $Id: Makefile.am,v 1.6 2007-09-10 16:34:45 adam Exp $ check_SCRIPTS = test_http.sh test_icu.sh @@ -13,5 +13,5 @@ CONFIG_CLEAN_FILES=*.log *.dif dist-hook: cp ${srcdir}/test_http_*.res $(distdir) - cp ${srcdir}/test_url_*.res $(distdir) + cp ${srcdir}/test_icu_*.res $(distdir) -- 1.7.10.4