summaryrefslogtreecommitdiffstats
path: root/include/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 /include/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 'include/Makefile.am')
-rw-r--r--include/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 6f7da598..e6951209 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,7 +1,7 @@
# -*- Makefile -*-
include_HEADERS =
-nobase_include_HEADERS = xtables.h
+nobase_include_HEADERS = xtables.h xtables-version.h
if ENABLE_LIBIPQ
include_HEADERS += libipq/libipq.h