]> Savannah Git Hosting - gnulib.git/commitdiff
fts tests: Fix link error.
authorBruno Haible <bruno@clisp.org>
Fri, 11 Aug 2017 18:43:35 +0000 (20:43 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 11 Aug 2017 18:43:35 +0000 (20:43 +0200)
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.

ChangeLog
modules/fts-tests

index 9f8dca5d86b4810bc30e0a7020f7164b11f4705c..4b475437d7a38b45c8817a074f6dec5ea76b0fd1 100644 (file)
--- 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
index 115bf669af472a4664d7b720a2ec499a2522d442..1651290ffedffcca062597928b3496791600cdc8 100644 (file)
@@ -11,3 +11,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-fts
 check_PROGRAMS += test-fts
+test_fts_LDADD = $(LDADD) @LIBINTL@