summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-02-12 15:01:37 +0100
committerJan Engelhardt <jengelh@medozas.de>2009-02-12 15:13:18 +0100
commitf567ac9193bc421992e572ec3196a73dc6ed59c0 (patch)
treed43ac3b4bfc44654eb6ab864658610b241e1dc36 /configure.ac
parent228b4bda8f21f8730b10c156822bc988d77e891b (diff)
build: restructure Makefile for include/ directory
This patch will support adding libiptc to the headers list in future. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 888ba429..3277666e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,6 +78,7 @@ AC_SUBST([libxtables_vage])
libxtables_vmajor=$(($libxtables_vcurrent - $libxtables_vage));
AC_SUBST([libxtables_vmajor])
-AC_CONFIG_FILES([Makefile extensions/GNUmakefile libipq/Makefile
+AC_CONFIG_FILES([Makefile extensions/GNUmakefile include/Makefile
+ libipq/Makefile
include/xtables.h include/iptables/internal.h xtables.pc])
AC_OUTPUT