+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
Makefile.am:
TESTS += test-snprintf-posix
check_PROGRAMS += test-snprintf-posix
+EXTRA_DIST += test-snprintf-posix.h
Makefile.am:
TESTS += test-sprintf-posix
check_PROGRAMS += test-sprintf-posix
+EXTRA_DIST += test-sprintf-posix.h
Makefile.am:
TESTS += test-vsnprintf-posix
check_PROGRAMS += test-vsnprintf-posix
+EXTRA_DIST += test-snprintf-posix.h
Makefile.am:
TESTS += test-vsprintf-posix
check_PROGRAMS += test-vsprintf-posix
+EXTRA_DIST += test-sprintf-posix.h