mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-08-08 18:22:09 +03:00
We carry local adjustments for a few gnulib modules via the patches in gl/. Nearly all of those patches had become stale due to evolution of the originals in gnulib. To refresh them, first make sure you have no local changes in gl/ or in the gnulib submodule, then run "make refresh-gnulib-patches".
10 lines
266 B
Diff
10 lines
266 B
Diff
diff --git a/modules/link-tests b/modules/link-tests
|
|
index 5b1978e..039e97f 100644
|
|
--- a/modules/link-tests
|
|
+++ b/modules/link-tests
|
|
@@ -15,3 +15,4 @@ configure.ac:
|
|
Makefile.am:
|
|
TESTS += test-link
|
|
check_PROGRAMS += test-link
|
|
+test_link_LDADD = $(LDADD) @LIBINTL@
|