From 04657b8f6ef57fe5f6b620dbfe6db8b9a097ad9b Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 25 Sep 2019 16:35:09 +0200 Subject: Use mate-compiler-flags.m4 provided by mate-common USAGE: ./autogen.sh --enable-compile-warnings=no/minimum/yes/maximum/error@ If --enable-compile-warnings is not provided, the default is --enable-compile-warnings=yes --- src/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index ff381fe..f0cd3e7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,5 @@ +NULL = + SUBDIRS = commands sh ui bin_PROGRAMS = engrampa @@ -36,7 +38,9 @@ AM_CPPFLAGS = \ -DPRIVEXECDIR=\"$(privexecdir)\" \ -DSHDIR=\"$(shdir)\" \ $(FR_CFLAGS) \ - $(JSON_GLIB_CFLAGS) + $(JSON_GLIB_CFLAGS) \ + $(WARN_CFLAGS) \ + $(NULL) BUILT_SOURCES = \ fr-marshal.c \ -- cgit v1.2.1