From 26869797b0094d16c6bdacb19df9a13f0a7681db Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 6 Apr 2020 11:14:56 +0200 Subject: use MATE_COMPILE_WARNINGS from mate-common --- plugins/xrandr/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins/xrandr') diff --git a/plugins/xrandr/Makefile.am b/plugins/xrandr/Makefile.am index d92f25f..3659b21 100644 --- a/plugins/xrandr/Makefile.am +++ b/plugins/xrandr/Makefile.am @@ -1,7 +1,7 @@ icondir = $(datadir)/icons/hicolor context = apps -BUILT_SOURCES = \ +BUILT_SOURCES = \ msd-xrandr-manager-glue.h ICON_FILES = \ @@ -68,7 +68,8 @@ libxrandr_la_CFLAGS = \ $(SETTINGS_PLUGIN_CFLAGS) \ $(LIBNOTIFY_CFLAGS) \ $(MATE_DESKTOP_CFLAGS) \ - $(AM_CFLAGS) + $(AM_CFLAGS) \ + $(WARN_CFLAGS) libxrandr_la_LDFLAGS = \ $(MSD_PLUGIN_LDFLAGS) -- cgit v1.2.1