]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
kwset tests: Fix link error.
authorBruno Haible <bruno@clisp.org>
Mon, 30 Jun 2025 06:45:50 +0000 (08:45 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 30 Jun 2025 06:45:50 +0000 (08:45 +0200)
* modules/kwset-tests (Makefile.am): Link test-kwset with LIBINTL.

ChangeLog
modules/kwset-tests

index 354b34738607b412533e816e0c2aeb1e6b974100..e6ab5a498172dec6d28bf2b909766ffbf927f880 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2025-06-30  Bruno Haible  <bruno@clisp.org>
+
+       kwset tests: Fix link error.
+       * modules/kwset-tests (Makefile.am): Link test-kwset with LIBINTL.
+
 2025-06-29  Bruno Haible  <bruno@clisp.org>
 
        options: Support use in a shared library on mingw.
index 25e46338d06068cb1ef2d633065b6acb373091e2..b3e1eb13c1275f8931ac1fc1c3be45965cfe9d8c 100644 (file)
@@ -9,3 +9,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-kwset
 check_PROGRAMS += test-kwset
+test_kwset_LDADD = $(LDADD) @LIBINTL@