summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-10 14:57:20 +0000
committerBruno Haible <bruno@clisp.org>2007-03-10 14:57:20 +0000
commit2cef813b1194e47b2218b7edea93484f8fc42b00 (patch)
tree8640165d65eb1acf30db4917bc65b6fea4d4958b /modules
parentfee3f58b1a9c83add7795595a0892deee0fcc540 (diff)
downloadgnulib-2cef813b1194e47b2218b7edea93484f8fc42b00.tar.gz
Make "make distcheck" work.
Diffstat (limited to 'modules')
-rw-r--r--modules/snprintf-posix-tests1
-rw-r--r--modules/sprintf-posix-tests1
-rw-r--r--modules/vsnprintf-posix-tests1
-rw-r--r--modules/vsprintf-posix-tests1
4 files changed, 4 insertions, 0 deletions
diff --git a/modules/snprintf-posix-tests b/modules/snprintf-posix-tests
index cf49194b89..0353e6136b 100644
--- a/modules/snprintf-posix-tests
+++ b/modules/snprintf-posix-tests
@@ -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
diff --git a/modules/sprintf-posix-tests b/modules/sprintf-posix-tests
index 486877d897..c2ee75160b 100644
--- a/modules/sprintf-posix-tests
+++ b/modules/sprintf-posix-tests
@@ -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
diff --git a/modules/vsnprintf-posix-tests b/modules/vsnprintf-posix-tests
index ea54679a89..219392a5e2 100644
--- a/modules/vsnprintf-posix-tests
+++ b/modules/vsnprintf-posix-tests
@@ -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
diff --git a/modules/vsprintf-posix-tests b/modules/vsprintf-posix-tests
index 152e5b3ee2..4a3bbda37c 100644
--- a/modules/vsprintf-posix-tests
+++ b/modules/vsprintf-posix-tests
@@ -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