summaryrefslogtreecommitdiff
path: root/plugins/xrandr
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-04-06 11:14:56 +0200
committerraveit65 <[email protected]>2020-04-06 14:41:13 +0200
commit38f5e36bdd58afaba6a07ad8f0b33dad67571b3e (patch)
treed7abceb22c8e4b824bc9ce59ee90d652e2436167 /plugins/xrandr
parent253a2e1572a56b26ed43a849495d5bfa9a270bc7 (diff)
downloadmate-settings-daemon-38f5e36bdd58afaba6a07ad8f0b33dad67571b3e.tar.bz2
mate-settings-daemon-38f5e36bdd58afaba6a07ad8f0b33dad67571b3e.tar.xz
use MATE_COMPILE_WARNINGS from mate-common
Diffstat (limited to 'plugins/xrandr')
-rw-r--r--plugins/xrandr/Makefile.am5
1 files changed, 3 insertions, 2 deletions
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)