SoftwareManager/Makefile.am: add missing SoftwareTools.py
[enigma2.git] / lib / python / Plugins / SystemPlugins / SoftwareManager / Makefile.am
index b8f38c43015bbdb539a6625ee372d5dc1aaa5713..2d5e33815f4d6456bc482f80c7e01630d921bb39 100755 (executable)
@@ -7,8 +7,16 @@ install_PYTHON =       \
        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