summaryrefslogtreecommitdiff
path: root/modules/areadlinkat-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-31 23:31:26 +0200
committerBruno Haible <bruno@clisp.org>2011-05-31 23:31:26 +0200
commit7c886ca1ada4248c6b838d01e9e9b2158829c6b3 (patch)
tree9903db00c023ab3301bc614fed8ea1ed484ec79a /modules/areadlinkat-tests
parent9c3746f4895509ac14d9969bbc4799e43b89947d (diff)
downloadgnulib-7c886ca1ada4248c6b838d01e9e9b2158829c6b3.tar.gz
Fix link errors in tests: openat-die uses gettext-h.
* modules/areadlinkat-tests (Makefile.am): Link test-areadlinkat against $(LIBINTL). * modules/dirent-safer-tests (Makefile.am): Link test-dirent-safer against $(LIBINTL). * modules/fdopendir-tests (Makefile.am): Link test-fdopendir against $(LIBINTL). * modules/fdutimensat-tests (Makefile.am): Link test-fdutimensat against $(LIBINTL). * modules/linkat-tests (Makefile.am): Link test-linkat against $(LIBINTL). * modules/mkfifoat-tests (Makefile.am): Link test-mkfifoat against $(LIBINTL). * modules/openat-safer-tests (Makefile.am): Link test-openat-safer against $(LIBINTL). * modules/openat-tests (Makefile.am): Link test-fchownat, test-fstatat, test-mkdirat, test-openat, test-unlinkat against $(LIBINTL). * modules/readlinkat-tests (Makefile.am): Link test-readlinkat against $(LIBINTL). * modules/symlinkat-tests (Makefile.am): Link test-symlinkat against $(LIBINTL). * modules/utimensat-tests (Makefile.am): Link test-utimensat against $(LIBINTL). Reported by Tom G. Christensen <tgc@jupiterrise.com>.
Diffstat (limited to 'modules/areadlinkat-tests')
-rw-r--r--modules/areadlinkat-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/areadlinkat-tests b/modules/areadlinkat-tests
index 23e5278486..422ac61412 100644
--- a/modules/areadlinkat-tests
+++ b/modules/areadlinkat-tests
@@ -13,3 +13,4 @@ configure.ac:
Makefile.am:
TESTS += test-areadlinkat
check_PROGRAMS += test-areadlinkat
+test_areadlinkat_LDADD = $(LDADD) @LIBINTL@