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>
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