diff options
author | Bruno Haible <bruno@clisp.org> | 2009-02-18 22:55:48 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-02-18 22:55:48 +0100 |
commit | cdfa6894da381779a52b2dba143d34dce0307f06 (patch) | |
tree | 5e35f8edda14576f6f0ba1d7b1522413408baae4 /modules | |
parent | 48185e4861122c3ac87476d13d45728797e5ed75 (diff) | |
download | gnulib-cdfa6894da381779a52b2dba143d34dce0307f06.tar.gz |
Fix link error on non-glibc systems.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/uniwbrk/ulc-wordbreaks-tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/uniwbrk/ulc-wordbreaks-tests b/modules/uniwbrk/ulc-wordbreaks-tests index a2543e93cd..afdd4f55ad 100644 --- a/modules/uniwbrk/ulc-wordbreaks-tests +++ b/modules/uniwbrk/ulc-wordbreaks-tests @@ -14,4 +14,5 @@ TESTS += uniwbrk/test-ulc-wordbreaks.sh TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR='@LOCALE_FR@' check_PROGRAMS += test-ulc-wordbreaks test_ulc_wordbreaks_SOURCES = uniwbrk/test-ulc-wordbreaks.c +test_ulc_wordbreaks_LDADD = $(LDADD) @LIBICONV@ |