diff options
author | Craig Keogh <cskeogh@adam.com.au> | 2012-05-28 12:55:25 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2012-05-28 12:55:25 +0100 |
commit | 199717f0da40602f04b1c742e30d78b8168c02d9 (patch) | |
tree | 3955c1588537d5f4494a8a90777df178c1742b52 /browser-plugin | |
parent | 87409014b49aece1b79eab9c1dbbdfb91fd8a91a (diff) | |
download | totem-199717f0da40602f04b1c742e30d78b8168c02d9.tar.gz |
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
Diffstat (limited to 'browser-plugin')
-rw-r--r-- | 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 2ba81678c..831448cab 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 \ |