Fix test-dirent link error.
authorBruno Haible <bruno@clisp.org>
Sun, 7 Mar 2010 22:15:21 +0000 (23:15 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 7 Mar 2010 22:15:21 +0000 (23:15 +0100)
ChangeLog
modules/dirent-tests

index e97760a..db91771 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@