diff options
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/CleanupWizard/Makefile.am')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/CleanupWizard/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/CleanupWizard/Makefile.am b/lib/python/Plugins/SystemPlugins/CleanupWizard/Makefile.am new file mode 100755 index 00000000..72f842c2 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/CleanupWizard/Makefile.am @@ -0,0 +1,12 @@ +installdir = $(pkglibdir)/python/Plugins/SystemPlugins/CleanupWizard + +SUBDIRS = meta + +install_PYTHON = \ + __init__.py \ + plugin.py \ + CleanupWizard.py + +dist_install_DATA = \ + LICENSE \ + cleanupwizard.xml |
