| diff --git a/modules/link-tests b/modules/link-tests | |
| index 5b1978e..039e97f 100644 | |
| --- a/modules/link-tests | |
| +++ b/modules/link-tests | |
| configure.ac: | |
| Makefile.am: | |
| TESTS += test-link | |
| check_PROGRAMS += test-link | |
| +test_link_LDADD = $(LDADD) @LIBINTL@ | |
| diff --git a/modules/link-tests b/modules/link-tests | |
| index 5b1978e..039e97f 100644 | |
| --- a/modules/link-tests | |
| +++ b/modules/link-tests | |
| configure.ac: | |
| Makefile.am: | |
| TESTS += test-link | |
| check_PROGRAMS += test-link | |
| +test_link_LDADD = $(LDADD) @LIBINTL@ | |