[rhythmbox] Fix installation of the sendto plugin
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] Fix installation of the sendto plugin
- Date: Mon, 22 Feb 2010 00:42:47 +0000 (UTC)
commit 8e77270fa73334a93360a72a847e5b3eb3bc99a6
Author: Bastien Nocera <hadess hadess net>
Date: Mon Feb 22 00:42:08 2010 +0000
Fix installation of the sendto plugin
We need to install the .py file, and put the .rb-plugin file in
the right directory as well.
plugins/sendto/Makefile.am | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/plugins/sendto/Makefile.am b/plugins/sendto/Makefile.am
index 93aa586..7b9a1a7 100644
--- a/plugins/sendto/Makefile.am
+++ b/plugins/sendto/Makefile.am
@@ -1,11 +1,13 @@
-plugindir = $(PLUGINDIR)
+plugindir = $(PLUGINDIR)/sendto
plugin_in_files = sendto.rb-plugin.in
%.rb-plugin: %.rb-plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
plugin_DATA = $(plugin_in_files:.rb-plugin.in=.rb-plugin)
-EXTRA_DIST = $(plugin_in_files) __init__.py
+plugin_PYTHON = __init__.py
+
+EXTRA_DIST = $(plugin_in_files)
CLEANFILES = $(plugin_DATA)
DISTCLEANFILES = $(plugin_DATA)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]