]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
build: unbreak 'make distcheck'
authorFlorian Westphal <fw@strlen.de>
Wed, 3 Dec 2025 22:12:01 +0000 (23:12 +0100)
committerFlorian Westphal <fw@strlen.de>
Wed, 3 Dec 2025 22:13:08 +0000 (23:13 +0100)
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 <pablo@netfilter.org>
Signed-off-by: Florian Westphal <fw@strlen.de>
Makefile.am

index e278a193942c812d87c5891cc5e846f8ce697562..b134330d5ca222a826e0cef0177cfa565e233d38 100644 (file)
@@ -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