From fc980d5da41335de5cf68d8c52b1bda89b64f83d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 7 Mar 2010 23:15:21 +0100 Subject: [PATCH] Fix test-dirent link error. --- ChangeLog | 5 +++++ modules/dirent-tests | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index e97760a825..db9177175b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-03-07 Bruno Haible + + Fix test-dirent link error. + * modules/dirent-tests (Makefile.am): Define test_dirent_LDADD. + 2010-03-07 Bruno Haible * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module diff --git a/modules/dirent-tests b/modules/dirent-tests index 2511f5f662..8aabbd1491 100644 --- a/modules/dirent-tests +++ b/modules/dirent-tests @@ -8,3 +8,4 @@ configure.ac: Makefile.am: TESTS += test-dirent check_PROGRAMS += test-dirent +test_dirent_LDADD = $(LDADD) @LIBINTL@ -- 2.30.2