Fix linking of some uniconv tests on FreeBSD.
[pspp] / modules / uniconv / u32-strconv-from-enc-tests
index 984818c502ab76f19bf52b499615004b4bd13e5f..2370b5801a405ec746d7373337d4d1eacada985b 100644 (file)
@@ -10,5 +10,5 @@ Makefile.am:
 TESTS += test-u32-strconv-from-enc
 check_PROGRAMS += test-u32-strconv-from-enc
 test_u32_strconv_from_enc_SOURCES = uniconv/test-u32-strconv-from-enc.c
-test_u32_strconv_from_enc_LDADD = @LIBICONV@ $(LDADD)
+test_u32_strconv_from_enc_LDADD = $(LDADD) @LIBICONV@