From: Phil Sutter Date: Tue, 26 Aug 2025 17:05:17 +0000 (+0200) Subject: Makefile: Fix for 'make distcheck' X-Git-Tag: v1.1.5~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d53772aeaede4b6d9479373c936cc2e09e711fb;p=thirdparty%2Fnftables.git Makefile: Fix for 'make distcheck' Make sure the files in tools/ are added to the tarball and that the created nftables.service file is removed upon 'make clean'. Fixes: c4b17cf830510 ("tools: add a systemd unit for static rulesets") Signed-off-by: Phil Sutter Reviewed-by: Pablo Neira Ayuso --- diff --git a/Makefile.am b/Makefile.am index 4909abfe..e292d3b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -409,8 +409,12 @@ EXTRA_DIST += \ EXTRA_DIST += \ files \ tests \ + tools/nftables.service.8 \ + tools/nftables.service.in \ $(NULL) +CLEANFILES += tools/nftables.service + pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libnftables.pc unit_DATA = tools/nftables.service