From: Phil Sutter Date: Thu, 4 Dec 2025 13:37:54 +0000 (+0100) Subject: Makefile.am: Drop pointless per-project AM_CPPFLAGS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9370eb7a7c44027d1f596dc81ae2fa5702ddbc58;p=thirdparty%2Fnftables.git Makefile.am: Drop pointless per-project AM_CPPFLAGS 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 --- diff --git a/Makefile.am b/Makefile.am index b134330d..5c7c197f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -305,12 +305,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 ###############################################################################