[totem] Some fixes for parallel builds



commit 38f29dd035eb3e4ae84a2843710a2ae542a34d28
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Oct 11 19:28:45 2010 +0100

    Some fixes for parallel builds

 browser-plugin/Makefile.am                |    7 +++++--
 src/plugins/media-player-keys/Makefile.am |    2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/browser-plugin/Makefile.am b/browser-plugin/Makefile.am
index 2ec6246..39d7d66 100644
--- a/browser-plugin/Makefile.am
+++ b/browser-plugin/Makefile.am
@@ -58,7 +58,7 @@ MARSHAL_FILES = \
 
 marshal.h: marshal.list
 	$(AM_V_GEN)($(GLIB_GENMARSHAL) --prefix=totempluginviewer_marshal --internal --header $< > $@)
-marshal.c: marshal.list
+marshal.c: marshal.list marshal.h
 	$(AM_V_GEN)($(GLIB_GENMARSHAL) --prefix=totempluginviewer_marshal --internal --body --header $< > $@)
 
 CLEANFILES = $(MARSHAL_FILES)
@@ -99,11 +99,14 @@ test_glow_button_CFLAGS = \
 # Totem Plugin Viewer
 libexec_PROGRAMS = totem-plugin-viewer
 
+# Are we a bit thick, Mister?
+totem-plugin-viewer.c: totem-plugin-viewer-interface.h
+
 totem_plugin_viewer_SOURCES = \
 	totem-glow-button.c		\
 	totem-glow-button.h		\
-	totem-plugin-viewer.c		\
 	totem-plugin-viewer-interface.h	\
+	totem-plugin-viewer.c		\
 	totem-plugin-viewer-constants.h	\
 	totem-plugin-viewer-options.h
 
diff --git a/src/plugins/media-player-keys/Makefile.am b/src/plugins/media-player-keys/Makefile.am
index 505e5ee..be95d88 100644
--- a/src/plugins/media-player-keys/Makefile.am
+++ b/src/plugins/media-player-keys/Makefile.am
@@ -10,7 +10,7 @@ marshal_files = \
 	totem-marshal.h		\
 	totem-marshal.c
 
-totem-marshal.c: totem-marshal.list
+totem-marshal.c: totem-marshal.list totem-marshal.h
 	$(AM_V_GEN) @GLIB_GENMARSHAL@ --prefix=totem_marshal $< --header --body > $@
 
 totem-marshal.h: totem-marshal.list



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