To make distcheck succeed, disting it is enough; it does not need to be installed. Fixes: v1.8.8-150-g3822a992 Signed-off-by: Jan Engelhardt <jengelh@xxxxxxx> --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 451c3cb2..10198753 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,11 +16,11 @@ SUBDIRS += extensions # Depends on extensions/libext.a: SUBDIRS += iptables -EXTRA_DIST = autogen.sh iptables-test.py xlate-test.py +EXTRA_DIST = autogen.sh iptables-test.py xlate-test.py etc/xtables.conf if ENABLE_NFTABLES confdir = $(sysconfdir) -dist_conf_DATA = etc/ethertypes etc/xtables.conf +dist_conf_DATA = etc/ethertypes endif .PHONY: tarball -- 2.39.0