summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2012-08-31 03:59:07 +0200
committerJan Engelhardt <jengelh@inai.de>2012-08-31 04:12:18 +0200
commitdf60a301bf24c3b3e37188d9da155b97fd6dc076 (patch)
tree4c49a41af3e8137b11ce5f8532ba6feef214e07b /Makefile.am
parent053a4fdf6536ca63ad640d0b75f54c3f4964ca2b (diff)
build: separate AC variable replacements from xtables.h
It was/is a bit annoying that modifying xtables.h.in causes configure to rerun. Split the @foo@ things into a separate file to bypass this. Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4eb63ebe..6400ba41 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,4 +27,4 @@ tarball:
rm -Rf /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION};
config.status: extensions/GNUmakefile.in \
- include/xtables.h.in include/iptables/internal.h.in
+ include/xtables-version.h.in include/iptables/internal.h.in