aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2009-02-13 15:11:21 +0100
committerFelix Domke <tmbinc@elitedvb.net>2009-02-13 15:11:21 +0100
commit935c5f9abeb0d6189c57f8406855d8437db8b0db (patch)
tree1fdce1e69db6448fc8332f9e656868902ca40d1b /lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am
parent09dca95c63c7c9df2ccf08332f11b69673156e5b (diff)
parentda0da334b1314329d7d1f294d8df59acf66ac0d0 (diff)
downloadenigma2-935c5f9abeb0d6189c57f8406855d8437db8b0db.tar.gz
enigma2-935c5f9abeb0d6189c57f8406855d8437db8b0db.zip
Merge branch 'master' of git://git.opendreambox.org/git/acidburn/enigma2-master
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
+