Make "make distcheck" work.
authorBruno Haible <bruno@clisp.org>
Sat, 10 Mar 2007 14:57:20 +0000 (14:57 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 10 Mar 2007 14:57:20 +0000 (14:57 +0000)
ChangeLog
modules/snprintf-posix-tests
modules/sprintf-posix-tests
modules/vsnprintf-posix-tests
modules/vsprintf-posix-tests

index 971741e..d57a311 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2007-03-10  Bruno Haible  <bruno@clisp.org>
 
+       * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
+       "make distcheck".
+       * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
+       * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
+       * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
+
+2007-03-10  Bruno Haible  <bruno@clisp.org>
+
        * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
        variable.
        * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
index cf49194..0353e61 100644 (file)
@@ -12,4 +12,5 @@ AC_REQUIRE([gt_TYPE_LONGDOUBLE])
 Makefile.am:
 TESTS += test-snprintf-posix
 check_PROGRAMS += test-snprintf-posix
+EXTRA_DIST += test-snprintf-posix.h
 
index 486877d..c2ee751 100644 (file)
@@ -12,4 +12,5 @@ AC_REQUIRE([gt_TYPE_LONGDOUBLE])
 Makefile.am:
 TESTS += test-sprintf-posix
 check_PROGRAMS += test-sprintf-posix
+EXTRA_DIST += test-sprintf-posix.h
 
index ea54679..219392a 100644 (file)
@@ -12,4 +12,5 @@ AC_REQUIRE([gt_TYPE_LONGDOUBLE])
 Makefile.am:
 TESTS += test-vsnprintf-posix
 check_PROGRAMS += test-vsnprintf-posix
+EXTRA_DIST += test-snprintf-posix.h
 
index 152e5b3..4a3bbda 100644 (file)
@@ -12,4 +12,5 @@ AC_REQUIRE([gt_TYPE_LONGDOUBLE])
 Makefile.am:
 TESTS += test-vsprintf-posix
 check_PROGRAMS += test-vsprintf-posix
+EXTRA_DIST += test-sprintf-posix.h