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 971741e6916b79932831f4f2c3375917e91d0aa8..d57a31176610ad7711aee2699259816f0c187006 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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
index cf49194b89923f946774e628e43045fa4b6cde6f..0353e6136b5463c505f98d9a0f715f29d8d3cb2c 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 486877d897fff70aec4b3ac90297d1a1f4092179..c2ee75160b8fad7f21458fcd43616b3686c83161 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 ea54679a8920ac4d2c492c6335d40234c1b8c664..219392a5e206c46fc1a3b397dfa5533f1bb7c1cb 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 152e5b3ee215af2a73c4bbc05b329637073e5ec6..4a3bbda37c7d9b278616c450088c931f1331b823 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