[cheese/cheese-window-refactor] Generate marshals before compiling everything else



commit be6e8e3d035d488df7644ec312991b00773f5a6b
Author: Filippo Argiolas <filippo argiolas gmail com>
Date:   Wed Feb 3 18:21:49 2010 +0100

    Generate marshals before compiling everything else

 libcheese/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libcheese/Makefile.am b/libcheese/Makefile.am
index 25b821c..f7a6470 100644
--- a/libcheese/Makefile.am
+++ b/libcheese/Makefile.am
@@ -20,7 +20,7 @@ cheese-marshal.c: cheese-marshal.list Makefile
 
 libcheese_gtk_la_CFLAGS = $(CHEESE_CFLAGS)
 
-marshal_SOURCES = cheese-marshal.c cheese-marshal.h
+BUILT_SOURCES = cheese-marshal.c cheese-marshal.h
 
 libcheesecommon_la_SOURCES = \
 	cheese-gconf.c \
@@ -37,7 +37,7 @@ libcheesecommon_la_SOURCES = \
 	cheese-flash.c \
 	cheese-countdown.c \
 	cheese-countdown.h \
-	$(marshal_SOURCES)
+	$(BUILT_SOURCES)
 
 libcheese_gtk_la_SOURCES = \
 	cheese-avatar-chooser.c \
@@ -50,7 +50,7 @@ libcheese_gtk_la_SOURCES = \
 	$(NULL)
 
 EXTRA_DIST = cheese-gtk.symbols
-CLEANFILES = $(marshal_SOURCES)
+CLEANFILES = $(BUILT_SOURCES)
 
 # FIXME when we have a .pc file, and sonames
 cheesedir = $(includedir)/cheese



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