From: Bruno Haible Date: Tue, 26 Mar 2019 01:22:31 +0000 (+0100) Subject: term-style-control tests: Fix link error. X-Git-Tag: v1.0~4993 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=a18f7ce3c0aa760c33d46bbeb8e5b3a14cf24984;p=gnulib.git term-style-control tests: Fix link error. Reported by Tom G. Christensen in . * modules/term-style-control-tests (Makefile.am): Link test-term-style-control-hello and test-term-style-control-yes against LIBINTL. --- diff --git a/ChangeLog b/ChangeLog index 106167afc8..a3a9f42167 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2019-03-25 Bruno Haible + + term-style-control tests: Fix link error. + Reported by Tom G. Christensen in + . + * 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 term-style-control: Add tests. 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@