From: Bruno Haible Date: Sat, 12 Apr 2008 00:03:40 +0000 (+0200) Subject: Link test-strsignal with libintl. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd0130ab23cd8f311553c2a547a244cb72ecee24;p=pspp Link test-strsignal with libintl. --- diff --git a/ChangeLog b/ChangeLog index a8851f1491..cc224423e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-04-11 Bruno Haible + * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD. + * modules/getaddrinfo-tests (Makefile.am): Define test_getaddrinfo_LDADD. diff --git a/modules/strsignal-tests b/modules/strsignal-tests index d0e50bfd96..2fa709d042 100644 --- a/modules/strsignal-tests +++ b/modules/strsignal-tests @@ -8,3 +8,4 @@ configure.ac: Makefile.am: TESTS += test-strsignal check_PROGRAMS += test-strsignal +test_strsignal_LDADD = $(LDADD) @LIBINTL@