]> Savannah Git Hosting - gnulib.git/commitdiff
mountlist tests: Fix link error. (regr. 2025-03-18).
authorCollin Funk <collin.funk1@gmail.com>
Mon, 24 Mar 2025 03:32:01 +0000 (20:32 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Mon, 24 Mar 2025 03:32:01 +0000 (20:32 -0700)
* modules/mountlist-tests (Makefile.am): Link the test program with
LIBINTL.

ChangeLog
modules/mountlist-tests

index c849ceb122f381e2cdc056867cc237926aee32ab..4d5c7f87707acfa63b57c53dde683a6c133ead6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2025-03-23  Collin Funk  <collin.funk1@gmail.com>
 
+       mountlist tests: Fix link error. (regr. 2025-03-18).
+       * modules/mountlist-tests (Makefile.am): Link the test program with
+       LIBINTL.
+
        utimens: Fix missing declarations on NetBSD (regr. 2024-09-16).
        * lib/utimens.h [HAVE_UTIMENS || HAVE_LUTIMENS]: Include <sys/stat.h>
        instead of <sys/time.h> for the declarations of these functions on
index d44f23ef9ce5fddd0725cbad26384164f6051bdf..4573f039bfc98e655bc8edfb5c4876edca116e92 100644 (file)
@@ -9,3 +9,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-mountlist
 check_PROGRAMS += test-mountlist
+test_mountlist_LDADD = $(LDADD) @LIBINTL@