From 7409da3ec2cc07e81a12825c226d5dff8f3d27d0 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 5 Feb 2020 10:47:58 +0100 Subject: build: use warning flags --- capplets/display/Makefile.am | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'capplets/display/Makefile.am') diff --git a/capplets/display/Makefile.am b/capplets/display/Makefile.am index c5e92882..e6fec237 100644 --- a/capplets/display/Makefile.am +++ b/capplets/display/Makefile.am @@ -47,11 +47,13 @@ desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop) $(desktop_DATA): $(Desktop_in_files) $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ -AM_CPPFLAGS = $(DISPLAY_CAPPLET_CFLAGS) \ - $(MATECC_CAPPLETS_CFLAGS) \ - -DSBINDIR="\"$(sbindir)\"" \ - -DMATELOCALEDIR="\"$(datadir)/locale\"" \ - -DMATECC_DATA_DIR="\"$(pkgdatadir)\"" +AM_CPPFLAGS = \ + $(WARN_CFLAGS) \ + $(DISPLAY_CAPPLET_CFLAGS) \ + $(MATECC_CAPPLETS_CFLAGS) \ + -DSBINDIR="\"$(sbindir)\"" \ + -DMATELOCALEDIR="\"$(datadir)/locale\"" \ + -DMATECC_DATA_DIR="\"$(pkgdatadir)\"" foo-marshal.c: foo-marshal.list @GLIB_GENMARSHAL@ --prefix=foo_marshal $< --header > $@ -- cgit v1.2.1