summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac17
1 files changed, 10 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index e5536016..6cc8ebdc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,11 +96,14 @@ if test x"$testpcre" = x"yes"; then
[:])
fi
-AC_CONFIG_FILES([Makefile
- lib/Makefile
- src/Makefile
- tests/Makefile
- po/Makefile.in
- doc/Makefile
- vms/Makefile])
+AC_CONFIG_FILES([
+ Makefile
+ lib/Makefile
+ src/Makefile
+ tests/Makefile
+ po/Makefile.in
+ doc/Makefile
+ vms/Makefile
+ gnulib-tests/Makefile
+])
AC_OUTPUT