changeset 12924:2f6ee74bea83

Fix test-dirent link error.
author Bruno Haible <bruno@clisp.org>
date Sun, 07 Mar 2010 23:15:21 +0100
parents cb00143b4bf6
children 0ccf6ba118dd
files ChangeLog modules/dirent-tests
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/modules/dirent-tests
+++ b/modules/dirent-tests
@@ -8,3 +8,4 @@
 Makefile.am:
 TESTS += test-dirent
 check_PROGRAMS += test-dirent
+test_dirent_LDADD = $(LDADD) @LIBINTL@