# HG changeset patch # User Eric Blake # Date 1180375286 0 # Node ID 3cafa3b8faf9bf8a14ed2a7720453500dbe9245b # Parent b2fce49c267999c2221451410a230d7299cb86d1 * modules/closein-tests (test_closein_LDADD): Support test on cygwin with libtool. diff --git a/ChangeLog b/ChangeLog --- 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 --- a/modules/closein-tests +++ b/modules/closein-tests @@ -12,3 +12,4 @@ TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' check_PROGRAMS += test-closein EXTRA_DIST += test-closein.sh +test_closein_LDADD = $(LDADD) @LIBINTL@