aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoracid-burn <acid-burn@opendreambox.org>2009-12-29 14:22:44 +0100
committeracid-burn <acid-burn@opendreambox.org>2009-12-29 14:22:44 +0100
commit5d3a1e16b59fdc52739c4965e4d0c68534642852 (patch)
treec5112014439eb86cc65f624d18d0ae78405b7cc0
parent018534fa7bf9be0885b2ffc753d8d6fc5b56143c (diff)
downloadenigma2-5d3a1e16b59fdc52739c4965e4d0c68534642852.tar.gz
enigma2-5d3a1e16b59fdc52739c4965e4d0c68534642852.zip
SoftwareManager/Makefile.am: add missing SoftwareTools.py
-rwxr-xr-x[-rw-r--r--]lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am b/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am
index ee1e56de..2d5e3381 100644..100755
--- a/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am
+++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am
@@ -6,7 +6,8 @@ install_PYTHON = \
__init__.py \
plugin.py \
BackupRestore.py \
- ImageWizard.py
+ ImageWizard.py \
+ SoftwareTools.py
dist_install_DATA = \
imagewizard.xml \