summaryrefslogtreecommitdiff
path: root/modules/term-style-control-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-03-26 02:22:31 +0100
committerBruno Haible <bruno@clisp.org>2019-03-26 02:22:31 +0100
commita18f7ce3c0aa760c33d46bbeb8e5b3a14cf24984 (patch)
tree76622ec70dab52cfe51a99af7408c514eee807a8 /modules/term-style-control-tests
parent4a468b774219eec7e966a68b85074762d3cb4ab6 (diff)
downloadgnulib-a18f7ce3c0aa760c33d46bbeb8e5b3a14cf24984.tar.gz
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.
Diffstat (limited to 'modules/term-style-control-tests')
-rw-r--r--modules/term-style-control-tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/term-style-control-tests b/modules/term-style-control-tests
index e07f394274..908d9fe9de 100644
--- a/modules/term-style-control-tests
+++ b/modules/term-style-control-tests
@@ -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@