From 3fae50e084ff1ebc15f5a7dd6a6216080ab65476 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 11 Aug 2017 20:43:35 +0200 Subject: [PATCH] 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. --- ChangeLog | 7 +++++++ modules/fts-tests | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9f8dca5d86..4b475437d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-08-11 Bruno Haible + + 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 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@ -- 2.39.5