Merge branch 'bug_202_networkconfig_cleanup'
[enigma2.git] / lib / python / Plugins / SystemPlugins / SoftwareManager / Makefile.am
old mode 100755 (executable)
new mode 100644 (file)
index 1847d09..ee1e56d
@@ -1,12 +1,21 @@
 installdir = $(pkglibdir)/python/Plugins/SystemPlugins/SoftwareManager
 
+SUBDIRS = meta
+
 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