summaryrefslogtreecommitdiff
path: root/modules/iconv-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-04-12 23:20:57 +0000
committerBruno Haible <bruno@clisp.org>2007-04-12 23:20:57 +0000
commit0f575ab0f1d6f90be4b1a05bd7f1a4347f7cb974 (patch)
tree91ab82c950517d419a8c200a1f6c3249ab7fa304 /modules/iconv-tests
parent763d9efb32042b67b1b7bba057dc61c4be829584 (diff)
downloadgnulib-0f575ab0f1d6f90be4b1a05bd7f1a4347f7cb974.tar.gz
Fix link error on Cygwin.
Diffstat (limited to 'modules/iconv-tests')
-rw-r--r--modules/iconv-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/iconv-tests b/modules/iconv-tests
index 511d31218c..47381d45b2 100644
--- a/modules/iconv-tests
+++ b/modules/iconv-tests
@@ -8,5 +8,5 @@ configure.ac:
Makefile.am:
TESTS += test-iconv
check_PROGRAMS += test-iconv
-test_iconv_LDADD = @LIBICONV@ $(LDADD)
+test_iconv_LDADD = $(LDADD) @LIBICONV@