diff options
Diffstat (limited to 'modules/uniconv/u16-conv-to-enc-tests')
-rw-r--r-- | modules/uniconv/u16-conv-to-enc-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/uniconv/u16-conv-to-enc-tests b/modules/uniconv/u16-conv-to-enc-tests index cb0dd0137a..6fe964b710 100644 --- a/modules/uniconv/u16-conv-to-enc-tests +++ b/modules/uniconv/u16-conv-to-enc-tests @@ -10,5 +10,5 @@ Makefile.am: TESTS += test-u16-conv-to-enc check_PROGRAMS += test-u16-conv-to-enc test_u16_conv_to_enc_SOURCES = uniconv/test-u16-conv-to-enc.c -test_u16_conv_to_enc_LDADD = $(LDADD) @LIBICONV@ +test_u16_conv_to_enc_LDADD = $(LDADD) $(LIBUNISTRING) @LIBICONV@ |