Linux Netfilter development
 help / color / mirror / Atom feed
* [nft PATCH] Makefile.am: Drop pointless per-project AM_CPPFLAGS
@ 2026-01-27 22:30 Phil Sutter
  2026-01-27 22:45 ` Phil Sutter
  0 siblings, 1 reply; 2+ messages in thread
From: Phil Sutter @ 2026-01-27 22:30 UTC (permalink / raw)
  To: netfilter-devel

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [nft PATCH] Makefile.am: Drop pointless per-project AM_CPPFLAGS
  2026-01-27 22:30 [nft PATCH] Makefile.am: Drop pointless per-project AM_CPPFLAGS Phil Sutter
@ 2026-01-27 22:45 ` Phil Sutter
  0 siblings, 0 replies; 2+ messages in thread
From: Phil Sutter @ 2026-01-27 22:45 UTC (permalink / raw)
  To: netfilter-devel

On Tue, Jan 27, 2026 at 11:30:36PM +0100, Phil Sutter wrote:
> 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>

Patch applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-01-27 22:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-27 22:30 [nft PATCH] Makefile.am: Drop pointless per-project AM_CPPFLAGS Phil Sutter
2026-01-27 22:45 ` Phil Sutter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox