From 87533a43fbd338cc8c43cb2d1b4d10e9737578a3 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Mon, 28 May 2007 18:01:26 +0000 Subject: [PATCH] * modules/closein-tests (test_closein_LDADD): Support test on cygwin with libtool. --- ChangeLog | 5 +++++ modules/closein-tests | 1 + 2 files changed, 6 insertions(+) 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@ -- 2.11.0