[gnome-control-center] shell: Fix build from previous build changes



commit bc65958e72e0b9e17243a5498194f79ff920f15a
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Sep 10 17:04:10 2010 +0100

    shell: Fix build from previous build changes
    
    Thanks to Kjartan for the notice

 shell/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 52cfd6e..7de2362 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			\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]