]> git.ipfire.org Git - thirdparty/nftables.git/commit
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)
commit9370eb7a7c44027d1f596dc81ae2fa5702ddbc58
treecb00aea921c8d9a00ef3437f6134f6ed0d0c6806
parent858f5614b737067d21ae646f45ddc971a9a87909
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 <phil@nwl.cc>
Makefile.am