Merge branch 'bug_202_networkconfig_cleanup'
[enigma2.git] / lib / python / Plugins / SystemPlugins / SoftwareManager / Makefile.am
old mode 100755 (executable)
new mode 100644 (file)
index f94498f..ee1e56d
@@ -1,12 +1,21 @@
-installdir = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins/SoftwareManager
+installdir = $(pkglibdir)/python/Plugins/SystemPlugins/SoftwareManager
+
+SUBDIRS = meta
 
 install_PYTHON =       \
        __init__.py \
        plugin.py \
        BackupRestore.py \
-       ImageWizard.py \
-       imagewizard.xml \
-       *.png 
+       ImageWizard.py
 
-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