summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-08-12 23:34:12 +0200
committerBruno Haible <bruno@clisp.org>2009-08-12 23:34:12 +0200
commitb49ab1d9bdaecd2c9edf2b1694c89de250fac941 (patch)
tree27268e7813fdf7d731566dce71000457a7d484a8
parent097a2e104a0fbb4bb5fc10ea48b7501d178f0911 (diff)
downloadgnulib-b49ab1d9bdaecd2c9edf2b1694c89de250fac941.tar.gz
Avoid test link errors.
-rw-r--r--ChangeLog9
-rw-r--r--modules/pipe-filter-gi-tests2
-rw-r--r--modules/pipe-filter-ii-tests2
3 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb3a690a6e..2e4643b3e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2009-08-12 Bruno Haible <bruno@clisp.org>
+ Avoid test link errors.
+ * modules/pipe-filter-ii-tests (Makefile.am): Define
+ test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
+ * modules/pipe-filter-gi-tests (Makefile.am): Define
+ test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
+ Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+
+2009-08-12 Bruno Haible <bruno@clisp.org>
+
* m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
gl_GETOPT_SUBSTITUTE before.
(gl_GETOPT): Use it.
diff --git a/modules/pipe-filter-gi-tests b/modules/pipe-filter-gi-tests
index 9b16033e62..a02efa8be3 100644
--- a/modules/pipe-filter-gi-tests
+++ b/modules/pipe-filter-gi-tests
@@ -21,3 +21,5 @@ Makefile.am:
TESTS += test-pipe-filter-gi1.sh test-pipe-filter-gi2.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
check_PROGRAMS += test-pipe-filter-gi1 test-pipe-filter-gi2-main test-pipe-filter-gi2-child
+test_pipe_filter_gi1_LDADD = $(LDADD) @LIBINTL@
+test_pipe_filter_gi2_main_LDADD = $(LDADD) @LIBINTL@
diff --git a/modules/pipe-filter-ii-tests b/modules/pipe-filter-ii-tests
index 3fff6d709e..725d7be5c0 100644
--- a/modules/pipe-filter-ii-tests
+++ b/modules/pipe-filter-ii-tests
@@ -19,3 +19,5 @@ Makefile.am:
TESTS += test-pipe-filter-ii1.sh test-pipe-filter-ii2.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
check_PROGRAMS += test-pipe-filter-ii1 test-pipe-filter-ii2-main test-pipe-filter-ii2-child
+test_pipe_filter_ii1_LDADD = $(LDADD) @LIBINTL@
+test_pipe_filter_ii2_main_LDADD = $(LDADD) @LIBINTL@