]> Savannah Git Hosting - gnulib.git/commitdiff
canonicalize-lgpl tests: Fix link error.
authorBruno Haible <bruno@clisp.org>
Sun, 17 Jan 2021 21:13:25 +0000 (22:13 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 17 Jan 2021 21:13:25 +0000 (22:13 +0100)
* modules/canonicalize-lgpl-tests (Makefile.am): Link
test-canonicalize-lgpl with $(LIBINTL).

ChangeLog
modules/canonicalize-lgpl-tests

index 357006678984cf0aa1e9b6c2e0e24f65a3e793df..4bce82149f40b900d5ecdd19b7921f0a44b96eef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-01-17  Bruno Haible  <bruno@clisp.org>
+
+       canonicalize-lgpl tests: Fix link error.
+       * modules/canonicalize-lgpl-tests (Makefile.am): Link
+       test-canonicalize-lgpl with $(LIBINTL).
+
 2021-01-17  Bruno Haible  <bruno@clisp.org>
 
        canonicalize-lgpl: Work around // handling in realpath() of musl 1.2.2.
index 22b6b7fade82f19ad5849984528f0203010bdffb..73a0e32abbbc7249a4d449f508f0c589e64b2493 100644 (file)
@@ -14,3 +14,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-canonicalize-lgpl
 check_PROGRAMS += test-canonicalize-lgpl
+test_canonicalize_lgpl_LDADD = $(LDADD) $(LIBINTL)