summaryrefslogtreecommitdiff
path: root/plugins/media-keys
diff options
context:
space:
mode:
authorJasmine Hassan <[email protected]>2012-12-15 03:09:58 +0200
committerJasmine Hassan <[email protected]>2012-12-15 07:01:10 +0200
commit8bcea2de19cab57e0c340cf6d8ebf181c31529df (patch)
treebce5bdc8caf53488abf592e93f49ae71227b6c60 /plugins/media-keys
parent7e6d4ef02b5d8d7ae8c9dcc27a37e9f844b09b90 (diff)
downloadmate-settings-daemon-8bcea2de19cab57e0c340cf6d8ebf181c31529df.tar.bz2
mate-settings-daemon-8bcea2de19cab57e0c340cf6d8ebf181c31529df.tar.xz
[all] Silence build by default, and remove unneeded version requirements
http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=b9b785508085d77818c76ab4aed8ee574dbd1756
Diffstat (limited to 'plugins/media-keys')
-rw-r--r--plugins/media-keys/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/media-keys/Makefile.am b/plugins/media-keys/Makefile.am
index 9bd9553..d0a7b6a 100644
--- a/plugins/media-keys/Makefile.am
+++ b/plugins/media-keys/Makefile.am
@@ -56,15 +56,15 @@ uninstall-local:
rm -f $(DESTDIR)$(icondir)/scalable/$(context)/touchpad-disabled.svg
msd-media-keys-manager-glue.h: msd-media-keys-manager.xml Makefile
- dbus-binding-tool --prefix=msd_media_keys_manager --mode=glib-server $< > xgen-$(@F) \
+ $(AM_V_GEN) dbus-binding-tool --prefix=msd_media_keys_manager --mode=glib-server $< > xgen-$(@F) \
&& ( cmp -s xgen-$(@F) $@ || cp xgen-$(@F) $@ ) \
&& rm -f xgen-$(@F)
msd-marshal.c: msd-marshal.list
- $(GLIB_GENMARSHAL) --prefix=msd_marshal $< --header --body --internal > $@
+ $(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=msd_marshal $< --header --body --internal > $@
msd-marshal.h: msd-marshal.list
- $(GLIB_GENMARSHAL) --prefix=msd_marshal $< --header --internal > $@
+ $(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=msd_marshal $< --header --internal > $@
libmedia_keys_la_SOURCES = \
msd-media-keys-plugin.h \