diff options
author | Bastien Nocera <hadess@hadess.net> | 2010-09-10 17:04:10 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2010-09-10 17:04:10 +0100 |
commit | bc65958e72e0b9e17243a5498194f79ff920f15a (patch) | |
tree | fb8da65f9a732a2bba7969ddffceff28ab69afe2 /shell | |
parent | eadf35bf48bf0e54413e8b1df4bd885452190b91 (diff) |
shell: Fix build from previous build changes
Thanks to Kjartan for the notice
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 52cfd6e0e..7de236200 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -10,10 +10,10 @@ MARSHAL_FILES = cc-shell-marshal.c cc-shell-marshal.h BUILT_SOURCES = $(MARSHAL_FILES) cc-shell-marshal.h: cc-shell-marshal.list - $(AM_V_GEN) GLIB_GENMARSHAL@ --prefix=cc_shell_marshal $< --header > $@ + $(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=cc_shell_marshal $< --header > $@ cc-shell-marshal.c: cc-shell-marshal.list - $(AM_V_GEN) GLIB_GENMARSHAL@ --prefix=cc_shell_marshal $< --body --header > $@ + $(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=cc_shell_marshal $< --body --header > $@ gnome_control_center_SOURCES = \ control-center.c \ |