summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-08-11 20:43:35 +0200
committerBruno Haible <bruno@clisp.org>2017-08-11 20:43:35 +0200
commit3fae50e084ff1ebc15f5a7dd6a6216080ab65476 (patch)
tree430b7573c00563e5f587dc314d2e5ee0e8ad2773
parent8af35ddc835fa799ab6c42630349f714d945b832 (diff)
downloadgnulib-3fae50e084ff1ebc15f5a7dd6a6216080ab65476.tar.gz
fts tests: Fix link error.
Reported by Tom G. Christensen in https://lists.gnu.org/archive/html/bug-gnulib/2017-08/msg00078.html * modules/fts-tests (Makefile.am): Link test-fts against LIBINTL.
-rw-r--r--ChangeLog7
-rw-r--r--modules/fts-tests1
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f8dca5d86..4b475437d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-08-11 Bruno Haible <bruno@clisp.org>
+
+ fts tests: Fix link error.
+ Reported by Tom G. Christensen in
+ https://lists.gnu.org/archive/html/bug-gnulib/2017-08/msg00078.html
+ * modules/fts-tests (Makefile.am): Link test-fts against LIBINTL.
+
2017-08-10 Paul Eggert <eggert@cs.ucla.edu>
fts: port recent changes to CentOS 6
diff --git a/modules/fts-tests b/modules/fts-tests
index 115bf669af..1651290ffe 100644
--- a/modules/fts-tests
+++ b/modules/fts-tests
@@ -11,3 +11,4 @@ configure.ac:
Makefile.am:
TESTS += test-fts
check_PROGRAMS += test-fts
+test_fts_LDADD = $(LDADD) @LIBINTL@