Merge commit 'origin/bug_112_enable_extensions_manager' into experimental
[enigma2.git] / lib / python / Plugins / SystemPlugins / SoftwareManager / Makefile.am
index f94498f5da8ad11d6ab116dff9715d7c4cb4da38..2d5e33815f4d6456bc482f80c7e01630d921bb39 100755 (executable)
@@ -1,12 +1,22 @@
-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 
+       SoftwareTools.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