Mercurial > hg > octave-kai > gnulib-hg
comparison modules/striconveh-tests @ 8677:9d87ef053b9f
Fix link error on Cygwin.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 12 Apr 2007 23:20:57 +0000 |
parents | e590ba9dd9c2 |
children | a48d3d749ca5 |
comparison
equal
deleted
inserted
replaced
8676:001bd204f631 | 8677:9d87ef053b9f |
---|---|
6 configure.ac: | 6 configure.ac: |
7 | 7 |
8 Makefile.am: | 8 Makefile.am: |
9 TESTS += test-striconveh | 9 TESTS += test-striconveh |
10 check_PROGRAMS += test-striconveh | 10 check_PROGRAMS += test-striconveh |
11 test_striconveh_LDADD = @LIBICONV@ $(LDADD) | 11 test_striconveh_LDADD = $(LDADD) @LIBICONV@ |
12 | 12 |