From: Florian Westphal Date: Wed, 3 Dec 2025 22:12:01 +0000 (+0100) Subject: build: unbreak 'make distcheck' X-Git-Tag: v1.1.6~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=07c7557729ebb393c6ca7883fb51968b89c78ceb;p=thirdparty%2Fnftables.git build: unbreak 'make distcheck' Pablo reports 'make distcheck' got broken due to a bogus source file added in the afl split: make *** No rule to make target '-I./include', needed by 'distdir-am'. Stop. Get rid of this line. Fixes: 32c994f84904 ("src: move fuzzer functionality to separate tool") Reported-by: Pablo Neira Ayuso Signed-off-by: Florian Westphal --- diff --git a/Makefile.am b/Makefile.am index e278a193..b134330d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -319,7 +319,6 @@ if BUILD_AFL noinst_PROGRAMS += tools/nft-afl tools_nft_afl_SOURCES = tools/nft-afl.c -tools_nft_afl_SOURCES += -I$(srcdir)/include tools_nft_afl_LDADD = src/libnftables.la endif