[totem] browser-plugin: Fix parallel build



commit 199717f0da40602f04b1c742e30d78b8168c02d9
Author: Craig Keogh <cskeogh adam com au>
Date:   Mon May 28 12:55:25 2012 +0100

    browser-plugin: Fix parallel build
    
    By making totem-plugin-viewer.c require the marshal files to
    be generated.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676851

 browser-plugin/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/browser-plugin/Makefile.am b/browser-plugin/Makefile.am
index 2ba8167..831448c 100644
--- a/browser-plugin/Makefile.am
+++ b/browser-plugin/Makefile.am
@@ -81,7 +81,7 @@ test_glow_button_CFLAGS = \
 libexec_PROGRAMS = totem-plugin-viewer
 
 # Are we a bit thick, Mister?
-totem-plugin-viewer.c: totem-plugin-viewer-interface.h
+totem-plugin-viewer.c: totem-plugin-viewer-interface.h $(MARSHAL_FILES)
 
 totem_plugin_viewer_SOURCES = \
 	totem-glow-button.c		\



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