summaryrefslogtreecommitdiff
path: root/plugins/common
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/common
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/common')
-rw-r--r--plugins/common/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/common/Makefile.am b/plugins/common/Makefile.am
index 4cd30d8..3a44edb 100644
--- a/plugins/common/Makefile.am
+++ b/plugins/common/Makefile.am
@@ -17,7 +17,8 @@ libcommon_la_CPPFLAGS = \
libcommon_la_CFLAGS = \
$(SETTINGS_PLUGIN_CFLAGS) \
$(XINPUT_CFLAGS) \
- $(AM_CFLAGS)
+ $(AM_CFLAGS) \
+ $(WARN_CFLAGS)
libcommon_la_LDFLAGS = \
$(MSD_PLUGIN_LDFLAGS) $(XINPUT_LIBS) $(X11_LIBS)