diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2013-09-18 16:25:30 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2013-09-18 16:25:30 +0200 |
commit | 4f4cb880d665c8e37961af422da15e57adbafa6c (patch) | |
tree | 3298c4b333853a30c8ace6d4a89faaa37b6e22e4 /browser-plugin | |
parent | 63393a091924707c008773a5fb66621815cc1768 (diff) | |
download | totem-4f4cb880d665c8e37961af422da15e57adbafa6c.tar.gz |
build: Fixes for make distcheck
Diffstat (limited to 'browser-plugin')
-rw-r--r-- | browser-plugin/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/browser-plugin/Makefile.am b/browser-plugin/Makefile.am index 45428e581..74090f5d5 100644 --- a/browser-plugin/Makefile.am +++ b/browser-plugin/Makefile.am @@ -2,7 +2,9 @@ plugindir = $(BROWSER_PLUGIN_DIR) plugin_LTLIBRARIES = EXTRA_DIST = \ + org_gnome_totem_PluginViewer.xml \ plugin.symbols \ + totem-plugin-viewer.gresource.xml \ TODO \ README.browser-plugin @@ -79,7 +81,6 @@ totem-plugin-viewer-resources.h: totem-plugin-viewer.gresource.xml $(resource_fi totem_plugin_viewer_SOURCES = \ totem-glow-button.c \ totem-glow-button.h \ - totem-plugin-viewer-interface.h \ totem-plugin-viewer.c \ totem-plugin-viewer-constants.h \ totem-plugin-viewer-options.h \ |