From 3dbd82cf4db68785afeda17b8eee7f87c7d80dd7 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Tue, 18 Aug 2009 17:16:07 +0200 Subject: do not use wildcards, because it breaks builds outside the source directory and therefore breaks 'make distcheck' --- .../Plugins/SystemPlugins/SoftwareManager/Makefile.am | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) mode change 100755 => 100644 lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am (limited to '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 old mode 100755 new mode 100644 index b8f38c43..ee1e56de --- 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 -- cgit v1.2.3