summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 91fd6d7..a7682ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,4 +22,6 @@ dnl--------------------------------
dnl Output the makefile
-AC_OUTPUT(Makefile src/Makefile include/Makefile include/libnfnetlink/Makefile utils/Makefile libnfnetlink.pc)
+AC_CONFIG_FILES([Makefile src/Makefile include/Makefile
+ include/libnfnetlink/Makefile utils/Makefile libnfnetlink.pc])
+AC_OUTPUT