]> Savannah Git Hosting - gnulib.git/commitdiff
term-style-control tests: Fix link error.
authorBruno Haible <bruno@clisp.org>
Tue, 26 Mar 2019 01:22:31 +0000 (02:22 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 26 Mar 2019 01:22:31 +0000 (02:22 +0100)
Reported by Tom G. Christensen in
<https://lists.gnu.org/archive/html/bug-gnulib/2019-03/msg00108.html>.

* modules/term-style-control-tests (Makefile.am): Link
test-term-style-control-hello and test-term-style-control-yes against
LIBINTL.

ChangeLog
modules/term-style-control-tests

index 106167afc825f27f64efda4174972ace4f382efd..a3a9f42167ba8bf4f5c5eb8d73b1733229074833 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2019-03-25  Bruno Haible  <bruno@clisp.org>
+
+       term-style-control tests: Fix link error.
+       Reported by Tom G. Christensen in
+       <https://lists.gnu.org/archive/html/bug-gnulib/2019-03/msg00108.html>.
+       * modules/term-style-control-tests (Makefile.am): Link
+       test-term-style-control-hello and test-term-style-control-yes against
+       LIBINTL.
+
 2019-03-24  Bruno Haible  <bruno@clisp.org>
 
        term-style-control: Add tests.
index e07f3942746d978bab2f7ab06698231ecd78e727..908d9fe9de3c30f9556d4dec3acc33cf0165743b 100644 (file)
@@ -13,3 +13,5 @@ Makefile.am:
 TESTS += test-term-style-control-hello
 check_PROGRAMS += test-term-style-control-hello
 noinst_PROGRAMS += test-term-style-control-yes
+test_term_style_control_hello_LDADD = $(LDADD) @LIBINTL@
+test_term_style_control_yes_LDADD = $(LDADD) @LIBINTL@