]> Savannah Git Hosting - gnulib.git/commitdiff
readutmp tests: Fix link error.
authorBruno Haible <bruno@clisp.org>
Fri, 11 Aug 2023 20:02:02 +0000 (22:02 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 11 Aug 2023 20:03:09 +0000 (22:03 +0200)
* modules/readutmp-tests (Makefile.am): Link test-readutmp with
$(LIBINTL).

ChangeLog
modules/readutmp-tests

index 7f308b747323cb79c1b2351f36d5fc2b1f33b7b8..526e5cb4be1847451231d68c6b3b00012bffbb06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-08-11  Bruno Haible  <bruno@clisp.org>
+
+       readutmp tests: Fix link error.
+       * modules/readutmp-tests (Makefile.am): Link test-readutmp with
+       $(LIBINTL).
+
 2023-08-11  Bruno Haible  <bruno@clisp.org>
 
        readutmp: Fix the boot time returned on Minix.
index 06f06a7c3c42d5cf7d09c4c57767d758a7c8b3fc..5543b30fac0d86d6b696ac9d567a5109bc39be64 100644 (file)
@@ -11,4 +11,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-readutmp
 check_PROGRAMS += test-readutmp
-test_readutmp_LDADD = $(LDADD) @READUTMP_LIB@
+test_readutmp_LDADD = $(LDADD) @READUTMP_LIB@ $(LIBINTL)