]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
Makefile.am: Drop pointless per-project AM_CPPFLAGS
authorPhil Sutter <phil@nwl.cc>
Thu, 4 Dec 2025 13:37:54 +0000 (14:37 +0100)
committerPhil Sutter <phil@nwl.cc>
Tue, 27 Jan 2026 22:45:15 +0000 (23:45 +0100)
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 <phil@nwl.cc>
Makefile.am

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