diff options
author | rbuj <[email protected]> | 2020-04-06 11:14:56 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-06 14:39:09 +0200 |
commit | 26869797b0094d16c6bdacb19df9a13f0a7681db (patch) | |
tree | 72378c4beb3da35a2a30ad86ffcf3dab6a67b0b0 /plugins/xrandr | |
parent | 18911559f9846af243ee2bb5901f330dad310bd8 (diff) | |
download | mate-settings-daemon-26869797b0094d16c6bdacb19df9a13f0a7681db.tar.bz2 mate-settings-daemon-26869797b0094d16c6bdacb19df9a13f0a7681db.tar.xz |
use MATE_COMPILE_WARNINGS from mate-common
Diffstat (limited to 'plugins/xrandr')
-rw-r--r-- | plugins/xrandr/Makefile.am | 5 |
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) |