Fix test-dirent link error.
authorBruno Haible <bruno@clisp.org>
Sun, 7 Mar 2010 22:15:21 +0000 (23:15 +0100)
committerIan Beckwith <ianb@erislabs.net>
Mon, 8 Mar 2010 05:51:32 +0000 (05:51 +0000)
(cherry picked from commit fc980d5da41335de5cf68d8c52b1bda89b64f83d)

ChangeLog
modules/dirent-tests

index 327de35..3cea883 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-03-07  Bruno Haible  <bruno@clisp.org>
 
+       Fix test-dirent link error.
+       * modules/dirent-tests (Makefile.am): Define test_dirent_LDADD.
+
+2010-03-07  Bruno Haible  <bruno@clisp.org>
+
        * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
        among default module list.
 
index 2511f5f..8aabbd1 100644 (file)
@@ -8,3 +8,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-dirent
 check_PROGRAMS += test-dirent
+test_dirent_LDADD = $(LDADD) @LIBINTL@