summaryrefslogtreecommitdiff
path: root/modules/getcwd-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-10-08 16:36:22 +0200
committerBruno Haible <bruno@clisp.org>2011-10-08 16:36:22 +0200
commita9dd9447b5e4a165efc96444bb1b44cc70ddc026 (patch)
tree70ac9e24113c7207555be7f6df56f80e028035f7 /modules/getcwd-tests
parent98ae5bfae5f14c50959ea0e2d13fa5cb85ff59fb (diff)
downloadgnulib-a9dd9447b5e4a165efc96444bb1b44cc70ddc026.tar.gz
Tests: Avoid link failures w.r.t. libintl.
* modules/faccessat-tests (Makefile.am): Link test-faccessat against $(LIBINTL). * modules/fchdir-tests (Makefile.am): Link test-fchdir against $(LIBINTL). * modules/getcwd-lgpl-tests (Makefile.am): Link test-getcwd-lgpl against $(LIBINTL). * modules/getcwd-tests (Makefile.am): Link test-getcwd against $(LIBINTL). * modules/openat-tests (Makefile.am): Link test-fchmodat against $(LIBINTL). * modules/stat-tests (Makefile.am): Link test-stat against $(LIBINTL).
Diffstat (limited to 'modules/getcwd-tests')
-rw-r--r--modules/getcwd-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/getcwd-tests b/modules/getcwd-tests
index 34cc5acf6a..59710ee95b 100644
--- a/modules/getcwd-tests
+++ b/modules/getcwd-tests
@@ -13,3 +13,4 @@ configure.ac:
Makefile.am:
TESTS += test-getcwd
check_PROGRAMS += test-getcwd
+test_getcwd_LDADD = $(LDADD) @LIBINTL@