X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FPlugins%2FSystemPlugins%2FSoftwareManager%2FMakefile.am;h=2d5e33815f4d6456bc482f80c7e01630d921bb39;hb=be4aa74e26480dc08d7eb4ea2565fc02d0b1e414;hp=f94498f5da8ad11d6ab116dff9715d7c4cb4da38;hpb=95fa0e8c06f26bc2c4d3b5ab6afc772cd991e9dc;p=vuplus_dvbapp diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am b/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am index f94498f..2d5e338 100755 --- a/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am @@ -1,12 +1,22 @@ -installdir = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins/SoftwareManager +installdir = $(pkglibdir)/python/Plugins/SystemPlugins/SoftwareManager + +SUBDIRS = meta install_PYTHON = \ __init__.py \ plugin.py \ BackupRestore.py \ ImageWizard.py \ - imagewizard.xml \ - *.png + SoftwareTools.py -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