changeset 10604:927e98bc24ad

Link test-getdate with libintl.
author Bruno Haible <bruno@clisp.org>
date Wed, 08 Oct 2008 22:35:55 +0200
parents 1615784f409b
children e47d71e06ebd
files ChangeLog modules/getdate-tests
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-10-08  Bruno Haible  <bruno@clisp.org>
+
+	* modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
+
 2008-10-08  Simon Josefsson  <simon@josefsson.org>
 
 	* m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
--- a/modules/getdate-tests
+++ b/modules/getdate-tests
@@ -8,4 +8,4 @@
 Makefile.am:
 TESTS += test-getdate
 check_PROGRAMS += test-getdate
-test_getdate_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)
+test_getdate_LDADD = $(LDADD) @LIBINTL@ $(LIB_CLOCK_GETTIME)