summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2025-12-03 23:12:01 +0100
committerFlorian Westphal <fw@strlen.de>2025-12-03 23:13:08 +0100
commit07c7557729ebb393c6ca7883fb51968b89c78ceb (patch)
treed00053eb9cbbd7a70c5ae4e58ab4515c70ac4677 /Makefile.am
parent66dc3bb9962ffc6b06ba50d2ebc0f4c15d2fa63f (diff)
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 <pablo@netfilter.org> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
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