diff options
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am')
| -rw-r--r--[-rwxr-xr-x] | lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am b/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am index b8f38c43..ee1e56de 100755..100644 --- a/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am @@ -6,9 +6,16 @@ install_PYTHON = \ __init__.py \ plugin.py \ BackupRestore.py \ - ImageWizard.py \ - imagewizard.xml \ - *.png + ImageWizard.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 |
