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 e97760a82547f06f8417a3c7fe94c0cc0144b766..db9177175b994f1d7b76604182e7767719f0e6c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 2511f5f662e7c1ab67d18d1a038cf4457aeabc3c..8aabbd149127d6773abf1fe2ddc5a0f5ea917b63 100644 (file)
@@ -8,3 +8,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-dirent
 check_PROGRAMS += test-dirent
+test_dirent_LDADD = $(LDADD) @LIBINTL@