From: Bruno Haible Date: Fri, 13 Apr 2007 23:50:49 +0000 (+0000) Subject: Remove EXTRA_DIST. Augment MOSTLYCLEANFILES. X-Git-Tag: cvs-readonly~532 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=8ea29bc26b6efadac667ab8f648971fc50209b9a;p=gnulib.git Remove EXTRA_DIST. Augment MOSTLYCLEANFILES. --- diff --git a/ChangeLog b/ChangeLog index 85172aff2..a90c7a04f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-04-13 Bruno Haible + + * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment + MOSTLYCLEANFILES. + 2007-04-13 Paul Eggert * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by diff --git a/modules/fflush-tests b/modules/fflush-tests index 64b384064..0f0e5670e 100755 --- a/modules/fflush-tests +++ b/modules/fflush-tests @@ -9,4 +9,4 @@ configure.ac: Makefile.am: TESTS += test-fflush check_PROGRAMS += test-fflush -EXTRA_DIST += test-fflush.c +MOSTLYCLEANFILES += test-fflush.txt