X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/f9d2225be8ff0f3e01792f6b5550d9e051e077b4..HEAD:/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am b/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am index 1847d09d..2d5e3381 100755 --- a/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am @@ -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