]> git.ipfire.org Git - thirdparty/nftables.git/commit
build: don't install ancillary files without systemd service file
authorJeremy Sowden <jeremy@azazel.net>
Wed, 17 Sep 2025 20:34:54 +0000 (21:34 +0100)
committerFlorian Westphal <fw@strlen.de>
Fri, 31 Oct 2025 11:37:40 +0000 (12:37 +0100)
commit31007975ccf5a389b76e1bc6f5f7215847f394ef
treeeefea776ffc880f98c96fd5e536df8c79a9674ba
parenta642381ae442a7cb90b71f49b017057ca745cf36
build: don't install ancillary files without systemd service file

If the systemd service file is not installed, currently the related man-page
and example nft file are still installed.  Instead only install them when the
service file is installed.

Fixes: 107580cfa85c ("build: disable --with-unitdir by default")
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Florian Westphal <fw@strlen.de>
Makefile.am
configure.ac