From: Phil Sutter <phil@nwl.cc>
To: netfilter-devel@vger.kernel.org
Subject: [nft PATCH] Makefile.am: Drop pointless per-project AM_CPPFLAGS
Date: Tue, 27 Jan 2026 23:30:36 +0100 [thread overview]
Message-ID: <20260127223036.32299-1-phil@nwl.cc> (raw)
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
next reply other threads:[~2026-01-27 22:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-27 22:30 Phil Sutter [this message]
2026-01-27 22:45 ` [nft PATCH] Makefile.am: Drop pointless per-project AM_CPPFLAGS Phil Sutter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260127223036.32299-1-phil@nwl.cc \
--to=phil@nwl.cc \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox