summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-09-05 13:11:27 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2010-09-05 13:11:27 +0100
commit844031c4172b92a4d14b5fc098db2ffc43e40493 (patch)
treefa93fe5bcab38b7b4aa13ac81747df9974a8189d
parentef64ed89ec5670ac5fb7b69804eb829d685f93c0 (diff)
downloadtotem-844031c4172b92a4d14b5fc098db2ffc43e40493.tar.gz
Clean up Python file distribution rules
plugin_PYTHON automatically adds Python files to the distribution, so we don't need to explicitly put them in EXTRA_DIST.
-rw-r--r--src/plugins/coherence_upnp/Makefile.am2
-rw-r--r--src/plugins/dbus-service/Makefile.am2
-rw-r--r--src/plugins/iplayer/Makefile.am2
-rw-r--r--src/plugins/jamendo/Makefile.am2
-rw-r--r--src/plugins/opensubtitles/Makefile.am2
-rw-r--r--src/plugins/pythonconsole/Makefile.am2
-rw-r--r--src/plugins/sample-python/Makefile.am2
7 files changed, 3 insertions, 11 deletions
diff --git a/src/plugins/coherence_upnp/Makefile.am b/src/plugins/coherence_upnp/Makefile.am
index 841e4eb78..203cde288 100644
--- a/src/plugins/coherence_upnp/Makefile.am
+++ b/src/plugins/coherence_upnp/Makefile.am
@@ -5,6 +5,4 @@ plugin_PYTHON = coherence_upnp.py
plugin_in_files = coherence_upnp.totem-plugin.in
-EXTRA_DIST += coherence_upnp.py
-
-include $(top_srcdir)/git.mk
diff --git a/src/plugins/dbus-service/Makefile.am b/src/plugins/dbus-service/Makefile.am
index 5e336fc6e..c025d2c50 100644
--- a/src/plugins/dbus-service/Makefile.am
+++ b/src/plugins/dbus-service/Makefile.am
@@ -5,6 +5,4 @@ plugin_PYTHON = dbus-service.py
plugin_in_files = dbus-service.totem-plugin.in
-EXTRA_DIST += dbus-service.py
-
-include $(top_srcdir)/git.mk
diff --git a/src/plugins/iplayer/Makefile.am b/src/plugins/iplayer/Makefile.am
index 25c93aea1..e0c978d1f 100644
--- a/src/plugins/iplayer/Makefile.am
+++ b/src/plugins/iplayer/Makefile.am
@@ -9,6 +9,4 @@ uidir = $(plugindir)
ui_DATA = iplayer.ui
EXTRA_DIST += $(ui_DATA)
-EXTRA_DIST += $(plugin_PYTHON)
-
-include $(top_srcdir)/git.mk
diff --git a/src/plugins/jamendo/Makefile.am b/src/plugins/jamendo/Makefile.am
index adb052df7..afc3b8b03 100644
--- a/src/plugins/jamendo/Makefile.am
+++ b/src/plugins/jamendo/Makefile.am
@@ -17,6 +17,6 @@ CLEANFILES += $(gsettings_SCHEMAS)
convertdir = $(datadir)/GConf/gsettings
convert_DATA = jamendo.convert
-EXTRA_DIST += jamendo.py jamendo.convert
+EXTRA_DIST += jamendo.convert
-include $(top_srcdir)/git.mk
diff --git a/src/plugins/opensubtitles/Makefile.am b/src/plugins/opensubtitles/Makefile.am
index cd78bb569..def30cf88 100644
--- a/src/plugins/opensubtitles/Makefile.am
+++ b/src/plugins/opensubtitles/Makefile.am
@@ -17,6 +17,6 @@ CLEANFILES += $(gsettings_SCHEMAS)
convertdir = $(datadir)/GConf/gsettings
convert_DATA = opensubtitles.convert
-EXTRA_DIST += opensubtitles.py hash.py opensubtitles.convert
+EXTRA_DIST += opensubtitles.convert
-include $(top_srcdir)/git.mk
diff --git a/src/plugins/pythonconsole/Makefile.am b/src/plugins/pythonconsole/Makefile.am
index bfa67e511..075d844fa 100644
--- a/src/plugins/pythonconsole/Makefile.am
+++ b/src/plugins/pythonconsole/Makefile.am
@@ -13,6 +13,6 @@ CLEANFILES += $(gsettings_SCHEMAS)
convertdir = $(datadir)/GConf/gsettings
convert_DATA = pythonconsole.convert
-EXTRA_DIST += pythonconsole.py console.py pythonconsole.convert
+EXTRA_DIST += pythonconsole.convert
-include $(top_srcdir)/git.mk
diff --git a/src/plugins/sample-python/Makefile.am b/src/plugins/sample-python/Makefile.am
index 1b76ee78f..46c2177cd 100644
--- a/src/plugins/sample-python/Makefile.am
+++ b/src/plugins/sample-python/Makefile.am
@@ -5,8 +5,6 @@ plugin_PYTHON = sample-python.py
plugin_in_files = sample-python.totem-plugin.in
-EXTRA_DIST += sample-python.py
-
# Override to _not_ install the test plugins
install-pluginPYTHON:
install-pluginDATA: