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 --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 14915a58cdced..3345412991289 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 + AM_TESTS_ENVIRONMENT = RUN_FULL_TESTSUITE=1; export RUN_FULL_TESTSUITE; TESTS = tests/json_echo/run-test.py \ tests/monitor/run-tests.sh \ -- 2.51.0