[totem] browser-plugin: Stop generating totem-plugin-viewer-interface.h



commit 0a35e49f09758004ed2f00fffc551962daa625c2
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Mar 22 12:13:57 2013 +0100

    browser-plugin: Stop generating totem-plugin-viewer-interface.h
    
    It's now unused

 browser-plugin/Makefile.am |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/browser-plugin/Makefile.am b/browser-plugin/Makefile.am
index 5c940e8..e17043b 100644
--- a/browser-plugin/Makefile.am
+++ b/browser-plugin/Makefile.am
@@ -69,7 +69,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 $(MARSHAL_FILES)
+totem-plugin-viewer.c: $(MARSHAL_FILES)
 
 totem_plugin_viewer_SOURCES = \
        totem-glow-button.c             \
@@ -97,14 +97,9 @@ totem_plugin_viewer_LDADD = \
 
 totem_plugin_viewer_LDFLAGS = -export-dynamic
 
-totem-plugin-viewer-interface.h: org_gnome_totem_PluginViewer.xml
-       $(DBUS_BIND) --prefix=totem_embedded --mode=glib-server $< > $@
-
 dbusifacedir = $(pkgdatadir)
 dbusiface_DATA = org_gnome_totem_PluginViewer.xml
 
-CLEANFILES = totem-plugin-viewer-interface.h
-
 # Totem GMP Plugin
 if ENABLE_GMP_PLUGIN
 plugin_LTLIBRARIES += libtotem-gmp-plugin.la


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