From 6056f33fd46e5964ff9fd82cb88de213b4174642 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Sun, 14 Nov 2021 15:52:22 +0000 Subject: build: add Make_global.am for common flags Move `${regular_CFLAGS}` from configure.ac to Make_global.am, renaming it to `AM_CFLAGS`. Add `AM_CPPFGLAGS` to include `$(top_srcdir)/include`. Include the new file in the Makefiles that require it. Signed-off-by: Jeremy Sowden Signed-off-by: Pablo Neira Ayuso --- Make_global.am | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Make_global.am (limited to 'Make_global.am') diff --git a/Make_global.am b/Make_global.am new file mode 100644 index 0000000..4ce896d --- /dev/null +++ b/Make_global.am @@ -0,0 +1,2 @@ +AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CFLAGS = -Wall -Wextra -Wno-unused-parameter -- cgit v1.2.3