From: Simon Josefsson Date: Wed, 17 Feb 2010 12:49:21 +0000 (+0100) Subject: userspec-tests: Fix Windows link failure. X-Git-Tag: v0.1~4616 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=65fc960e30bb24bc48ddf2fa8c59657c34b92016;p=gnulib.git userspec-tests: Fix Windows link failure. --- diff --git a/ChangeLog b/ChangeLog index b3d085385..b5e983f9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-02-16 Simon Josefsson + + * modules/userspec-tests (test_userspec_LDADD): Add variable, for + linking with -lintl. + 2010-02-17 Simon Josefsson * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0 diff --git a/modules/userspec-tests b/modules/userspec-tests index 0d955badc..a52285774 100644 --- a/modules/userspec-tests +++ b/modules/userspec-tests @@ -9,3 +9,4 @@ configure.ac: Makefile.am: TESTS += test-userspec check_PROGRAMS += test-userspec +test_userspec_LDADD = $(LDADD) @LIBINTL@