SoftwareManager/Makefile.am: add missing SoftwareTools.py
[enigma2.git] / lib / python / Plugins / SystemPlugins / SoftwareManager / Makefile.am
index 1847d09d849ef89efc6bfc7de3e6cdb66e559a0c..2d5e33815f4d6456bc482f80c7e01630d921bb39 100755 (executable)
@@ -1,12 +1,22 @@
 installdir = $(pkglibdir)/python/Plugins/SystemPlugins/SoftwareManager
 
+SUBDIRS = meta
+
 install_PYTHON =       \
        __init__.py \
        plugin.py \
        BackupRestore.py \
        ImageWizard.py \
-       imagewizard.xml \
-       *.png 
+       SoftwareTools.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