~ubuntu-branches/ubuntu/saucy/totem/saucy-proposed

« back to all changes in this revision

Viewing changes to src/plugins/media-player-keys/Makefile.am

Tags: upstream-2.27.92
ImportĀ upstreamĀ versionĀ 2.27.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
#Rule to generate the marshal files
44
44
totem-marshal.c: totem-marshal.list
45
 
        @GLIB_GENMARSHAL@ --prefix=totem_marshal $< --header --body > $@
 
45
        $(AM_V_GEN) @GLIB_GENMARSHAL@ --prefix=totem_marshal $< --header --body > $@
46
46
 
47
47
totem-marshal.h: totem-marshal.list
48
 
        @GLIB_GENMARSHAL@ --prefix=totem_marshal $< --header > $@
 
48
        $(AM_V_GEN) @GLIB_GENMARSHAL@ --prefix=totem_marshal $< --header > $@
49
49
 
50
50
EXTRA_DIST = totem-marshal.list $(plugin_in_files)
51
51