changeset 8408:9abb46bf6f2f

Make "make distcheck" work.
author Bruno Haible <bruno@clisp.org>
date Sat, 10 Mar 2007 14:57:20 +0000
parents 502f9cdcd764
children 293ec5fdf22b
files ChangeLog modules/snprintf-posix-tests modules/sprintf-posix-tests modules/vsnprintf-posix-tests modules/vsprintf-posix-tests
diffstat 5 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/modules/snprintf-posix-tests
+++ b/modules/snprintf-posix-tests
@@ -12,4 +12,5 @@
 Makefile.am:
 TESTS += test-snprintf-posix
 check_PROGRAMS += test-snprintf-posix
+EXTRA_DIST += test-snprintf-posix.h
 
--- a/modules/sprintf-posix-tests
+++ b/modules/sprintf-posix-tests
@@ -12,4 +12,5 @@
 Makefile.am:
 TESTS += test-sprintf-posix
 check_PROGRAMS += test-sprintf-posix
+EXTRA_DIST += test-sprintf-posix.h
 
--- a/modules/vsnprintf-posix-tests
+++ b/modules/vsnprintf-posix-tests
@@ -12,4 +12,5 @@
 Makefile.am:
 TESTS += test-vsnprintf-posix
 check_PROGRAMS += test-vsnprintf-posix
+EXTRA_DIST += test-snprintf-posix.h
 
--- a/modules/vsprintf-posix-tests
+++ b/modules/vsprintf-posix-tests
@@ -12,4 +12,5 @@
 Makefile.am:
 TESTS += test-vsprintf-posix
 check_PROGRAMS += test-vsprintf-posix
+EXTRA_DIST += test-sprintf-posix.h