aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@saftware.de>2009-08-18 17:16:07 +0200
committerAndreas Oberritter <obi@saftware.de>2009-08-18 17:16:07 +0200
commit3dbd82cf4db68785afeda17b8eee7f87c7d80dd7 (patch)
tree2fe072f29badec385ad9449817d06708b0a1de79 /lib/python/Plugins/SystemPlugins
parent911e54496f061ca9cd22bef12a889b70b5bb03a9 (diff)
downloadenigma2-3dbd82cf4db68785afeda17b8eee7f87c7d80dd7.tar.gz
enigma2-3dbd82cf4db68785afeda17b8eee7f87c7d80dd7.zip
do not use wildcards, because it breaks builds outside the source directory and therefore breaks 'make distcheck'
Diffstat (limited to 'lib/python/Plugins/SystemPlugins')
-rw-r--r--[-rwxr-xr-x]lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am17
-rw-r--r--lib/python/Plugins/SystemPlugins/Videomode/Makefile.am14
2 files changed, 22 insertions, 9 deletions
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