doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / argmatch-tests
index daec269..85ac3a2 100644 (file)
@@ -1,5 +1,6 @@
 Files:
 tests/test-argmatch.c
+tests/macros.h
 
 Depends-on:
 progname
@@ -9,5 +10,5 @@ configure.ac:
 Makefile.am:
 TESTS += test-argmatch
 check_PROGRAMS += test-argmatch
-test_argmatch_LDADD = @LIBINTL@ $(LDADD)
+test_argmatch_LDADD = $(LDADD) @LIBINTL@