mbsrtowcs: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / iconv-tests
index 511d31218c7717eb6ec421690556052e0e5a0fa6..91e17f0c42fd243c1153bde28aad85d6efac29ae 100644 (file)
@@ -1,5 +1,7 @@
 Files:
 tests/test-iconv.c
+tests/signature.h
+tests/macros.h
 
 Depends-on:
 
@@ -8,5 +10,5 @@ configure.ac:
 Makefile.am:
 TESTS += test-iconv
 check_PROGRAMS += test-iconv
-test_iconv_LDADD = @LIBICONV@ $(LDADD)
+test_iconv_LDADD = $(LDADD) @LIBICONV@