Avoid test link errors.
authorBruno Haible <bruno@clisp.org>
Wed, 12 Aug 2009 21:34:12 +0000 (23:34 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 12 Aug 2009 21:34:12 +0000 (23:34 +0200)
ChangeLog
modules/pipe-filter-gi-tests
modules/pipe-filter-ii-tests

index eb3a690..2e4643b 100644 (file)
--- 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.
index 9b16033..a02efa8 100644 (file)
@@ -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@
index 3fff6d7..725d7be 100644 (file)
@@ -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@