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/xsettings | |
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/xsettings')
-rw-r--r-- | plugins/xsettings/Makefile.am | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/plugins/xsettings/Makefile.am b/plugins/xsettings/Makefile.am index 6f8e00d..493c59b 100644 --- a/plugins/xsettings/Makefile.am +++ b/plugins/xsettings/Makefile.am @@ -1,10 +1,10 @@ NULL = -plugin_LTLIBRARIES = \ +plugin_LTLIBRARIES = \ libxsettings.la \ $(NULL) -libxsettings_la_SOURCES = \ +libxsettings_la_SOURCES = \ msd-xsettings-plugin.h \ msd-xsettings-plugin.c \ msd-xsettings-manager.h \ @@ -15,8 +15,8 @@ libxsettings_la_SOURCES = \ xsettings-manager.c \ fontconfig-monitor.h \ fontconfig-monitor.c \ - wm-common.h \ - wm-common.c \ + wm-common.h \ + wm-common.c \ $(NULL) libxsettings_la_CPPFLAGS = \ @@ -24,10 +24,12 @@ libxsettings_la_CPPFLAGS = \ -DMATE_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \ $(AM_CPPFLAGS) -libxsettings_la_CFLAGS = \ +libxsettings_la_CFLAGS = \ $(SETTINGS_PLUGIN_CFLAGS) \ $(FONTCONFIG_CFLAGS) \ - $(AM_CFLAGS) + $(AM_CFLAGS) \ + $(WARN_CFLAGS) \ + $(NULL) libxsettings_la_LDFLAGS = \ $(MSD_PLUGIN_LDFLAGS) \ @@ -39,7 +41,7 @@ libxsettings_la_LIBADD = \ $(NULL) plugin_in_files = \ - xsettings.mate-settings-plugin.desktop.in \ + xsettings.mate-settings-plugin.desktop.in \ $(NULL) plugin_DATA = $(plugin_in_files:.mate-settings-plugin.desktop.in=.mate-settings-plugin) |