Link test-strsignal with libintl.
authorBruno Haible <bruno@clisp.org>
Sat, 12 Apr 2008 00:03:40 +0000 (02:03 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 12 Apr 2008 00:03:40 +0000 (02:03 +0200)
ChangeLog
modules/strsignal-tests

index a8851f1..cc22442 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-04-11  Bruno Haible  <bruno@clisp.org>
 
+       * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
+
        * modules/getaddrinfo-tests (Makefile.am): Define
        test_getaddrinfo_LDADD.
 
index d0e50bf..2fa709d 100644 (file)
@@ -8,3 +8,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-strsignal
 check_PROGRAMS += test-strsignal
+test_strsignal_LDADD = $(LDADD) @LIBINTL@