iswblank: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / striconveh-tests
index 1569f2bdb772b24ac7f7a102669e83976249bc47..134dc016bdb360787e7caeaf378d1c0aedb0c745 100644 (file)
@@ -1,5 +1,6 @@
 Files:
 tests/test-striconveh.c
+tests/macros.h
 
 Depends-on:
 
@@ -8,5 +9,5 @@ configure.ac:
 Makefile.am:
 TESTS += test-striconveh
 check_PROGRAMS += test-striconveh
-test_striconveh_LDADD = $(LDADD) @LIBICONV@
+test_striconveh_LDADD = $(LDADD) $(LIBUNISTRING) @LIBICONV@