From: Adam Dickmeiss Date: Mon, 10 Sep 2007 16:34:45 +0000 (+0000) Subject: Fixed dist rule for test_icu..res files X-Git-Tag: PAZPAR2.1.0.3~9 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=1f43cfe150633773814f78d7b41127fdfa68be40;p=pazpar2-moved-to-github.git Fixed dist rule for test_icu..res files --- 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)