aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Plugins/Extensions/DVDBurn/Makefile.am22
-rw-r--r--[-rwxr-xr-x]lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am17
-rw-r--r--lib/python/Plugins/SystemPlugins/Videomode/Makefile.am14
3 files changed, 41 insertions, 12 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/Makefile.am b/lib/python/Plugins/Extensions/DVDBurn/Makefile.am
index 76a8ce2b..5f3749bc 100644
--- a/lib/python/Plugins/Extensions/DVDBurn/Makefile.am
+++ b/lib/python/Plugins/Extensions/DVDBurn/Makefile.am
@@ -3,9 +3,25 @@ installdir = $(pkglibdir)/python/Plugins/Extensions/DVDBurn
SUBDIRS = meta
install_PYTHON = \
+ DVDProject.py \
+ DVDTitle.py \
+ DVDToolbox.py \
__init__.py \
plugin.py \
- DVDProject.py DVDTitle.py TitleCutter.py TitleList.py TitleProperties.py Process.py ProjectSettings.py DVDToolbox.py
-
-dist_install_DATA = *.xml *.jpg *.mpg *.mp2 *.png
+ Process.py \
+ ProjectSettings.py \
+ TitleCutter.py \
+ TitleList.py \
+ TitleProperties.py
+dist_install_DATA = \
+ DreamboxDVD.ddvdp.xml \
+ dreamdvd_boat.jpg \
+ dreamdvd_clouds.jpg \
+ dvdburn.png \
+ keymap.xml \
+ silence.mp2 \
+ Text_menu_boat.ddvdm.xml \
+ Thumbs_menu_clouds.ddvdm.xml \
+ vmgmblank.mpg \
+ vmgmdream.mpg
diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am b/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am
index b8f38c43..ee1e56de 100755..100644
--- a/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am
+++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am
@@ -6,9 +6,16 @@ install_PYTHON = \
__init__.py \
plugin.py \
BackupRestore.py \
- ImageWizard.py \
- imagewizard.xml \
- *.png
+ ImageWizard.py
-dist_install_DATA = LICENSE
-
+dist_install_DATA = \
+ imagewizard.xml \
+ installable.png \
+ installed.png \
+ install.png \
+ LICENSE \
+ noprev.png \
+ remove.png \
+ update.png \
+ upgradeable.png \
+ upgrade.png
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/Makefile.am b/lib/python/Plugins/SystemPlugins/Videomode/Makefile.am
index 830889d7..2ec0b335 100644
--- a/lib/python/Plugins/SystemPlugins/Videomode/Makefile.am
+++ b/lib/python/Plugins/SystemPlugins/Videomode/Makefile.am
@@ -6,8 +6,14 @@ install_PYTHON = \
__init__.py \
plugin.py \
VideoHardware.py \
- VideoWizard.py \
- videowizard.xml \
- *.png
+ VideoWizard.py
-dist_install_DATA = LICENSE
+dist_install_DATA = \
+ DVI.png \
+ lcd_DVI.png \
+ lcd_Scart.png \
+ lcd_YPbPr.png \
+ LICENSE \
+ Scart.png \
+ videowizard.xml \
+ YPbPr.png