From: Eric Blake Date: Thu, 17 May 2007 12:38:22 +0000 (+0000) Subject: * modules/closein-tests (Makefile.am): Distribute X-Git-Tag: cvs-readonly~394 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=4a64cec6c6ad2765b6c6846b5399e69b31df8c4d;p=gnulib.git * modules/closein-tests (Makefile.am): Distribute `test-closein.sh'. --- diff --git a/ChangeLog b/ChangeLog index 22060fc7c..b0bc1bb29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-17 Ralf Wildenhues + + * modules/closein-tests (Makefile.am): Distribute + `test-closein.sh'. + 2007-05-17 Bruno Haible * tests/test-printf-posix.output: Renamed from diff --git a/modules/closein-tests b/modules/closein-tests index efadac5f1..989ea477e 100644 --- a/modules/closein-tests +++ b/modules/closein-tests @@ -11,3 +11,4 @@ Makefile.am: TESTS += test-closein.sh TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' check_PROGRAMS += test-closein +EXTRA_DIST += test-closein.sh