Don't install *.jpg files with the Plugin metadata to save space.
[enigma2.git] / lib / python / Plugins / SystemPlugins / SoftwareManager / Makefile.am
1 installdir = $(pkglibdir)/python/Plugins/SystemPlugins/SoftwareManager
2
3 SUBDIRS = meta
4
5 install_PYTHON =        \
6         __init__.py \
7         plugin.py \
8         BackupRestore.py \
9         ImageWizard.py \
10         imagewizard.xml \
11         *.png 
12
13 dist_install_DATA = LICENSE
14