aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am
diff options
context:
space:
mode:
authoracid-burn <acidburn@opendreambox.org>2009-02-13 11:47:46 +0100
committeracid-burn <acidburn@opendreambox.org>2009-02-13 11:47:46 +0100
commit95fa0e8c06f26bc2c4d3b5ab6afc772cd991e9dc (patch)
treee837a99b868be5d3b8163bb54345492875143d2e /lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am
parent7da4f25976773b0e1f8a06c13f2455c4bdb88349 (diff)
downloadenigma2-95fa0e8c06f26bc2c4d3b5ab6afc772cd991e9dc.tar.gz
enigma2-95fa0e8c06f26bc2c4d3b5ab6afc772cd991e9dc.zip
add SoftwareManager and show it inside Setup Menu
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am')
-rwxr-xr-xlib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am b/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am
new file mode 100755
index 00000000..f94498f5
--- /dev/null
+++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am
@@ -0,0 +1,12 @@
+installdir = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins/SoftwareManager
+
+install_PYTHON = \
+ __init__.py \
+ plugin.py \
+ BackupRestore.py \
+ ImageWizard.py \
+ imagewizard.xml \
+ *.png
+
+install_DATA = LICENSE
+