blob: 25f71201d937ed3e8e94a6b3f714c897068de599 (
plain)
1
2
3
4
5
6
7
8
9
|
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@
|