From: Eric Blake Date: Mon, 28 May 2007 18:01:26 +0000 (+0000) Subject: * modules/closein-tests (test_closein_LDADD): Support test on X-Git-Tag: cvs-readonly~324 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=87533a43fbd338cc8c43cb2d1b4d10e9737578a3;p=gnulib.git * modules/closein-tests (test_closein_LDADD): Support test on cygwin with libtool. --- diff --git a/ChangeLog b/ChangeLog index 1a7b0addd..dd1319cd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-28 Eric Blake + + * modules/closein-tests (test_closein_LDADD): Support test on + cygwin with libtool. + 2007-05-28 Bruno Haible * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H. diff --git a/modules/closein-tests b/modules/closein-tests index 989ea477e..4daa7116b 100644 --- a/modules/closein-tests +++ b/modules/closein-tests @@ -12,3 +12,4 @@ TESTS += test-closein.sh TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' check_PROGRAMS += test-closein EXTRA_DIST += test-closein.sh +test_closein_LDADD = $(LDADD) @LIBINTL@