git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Makefile.am: use dist_*_DATA to include data files in tarballs
[enigma2.git]
/
lib
/
python
/
Plugins
/
SystemPlugins
/
SoftwareManager
/
Makefile.am
1
installdir = $(pkglibdir)/python/Plugins/SystemPlugins/SoftwareManager
2
3
install_PYTHON = \
4
__init__.py \
5
plugin.py \
6
BackupRestore.py \
7
ImageWizard.py \
8
imagewizard.xml \
9
*.png
10
11
dist_install_DATA = LICENSE
12