]> git.ipfire.org Git - thirdparty/iptables.git/commit
include/Makefile: xtables-version.h is generated
authorPhil Sutter <phil@nwl.cc>
Wed, 7 Dec 2022 16:23:12 +0000 (17:23 +0100)
committerPhil Sutter <phil@nwl.cc>
Wed, 14 Dec 2022 14:47:18 +0000 (15:47 +0100)
commit19f03b7a2a21f22a53b6b0d2f542062986e2f807
tree31602bef6b9a3c3032fade46aba1a34e4164a50f
parent9fbca4e045a837a77798ef57336436daf3940b41
include/Makefile: xtables-version.h is generated

List it in nodist_include_HEADERS so it is installed but not
distributed - configure generates it from xtables-version.h.in.

While being at it, list xtables.h in plain include_HEADERS. It doesn't
sit in a sub-dir, so the nobase prefix does not make a difference.

Fixes: df60a301bf24c ("build: separate AC variable replacements from xtables.h")
Signed-off-by: Phil Sutter <phil@nwl.cc>
include/Makefile.am