These are redundant, the common AM_CPPFLAGS variable has it already. Fixes: c96e0a17f3699 ("build: no recursive make for "examples/Makefile.am"") Signed-off-by: Phil Sutter --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 24ffa07cf0c4a..324562964469a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -309,12 +309,10 @@ src_nft_LDADD = src/libnftables.la check_PROGRAMS += examples/nft-buffer -examples_nft_buffer_AM_CPPFLAGS = -I$(srcdir)/include examples_nft_buffer_LDADD = src/libnftables.la check_PROGRAMS += examples/nft-json-file -examples_nft_json_file_AM_CPPFLAGS = -I$(srcdir)/include examples_nft_json_file_LDADD = src/libnftables.la ############################################################################### -- 2.51.0