git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
small fix
[enigma2.git]
/
lib
/
python
/
Plugins
/
Extensions
/
GraphMultiEPG
/
Makefile.am
1
installdir = $(LIBDIR)/enigma2/python/Plugins/Extensions/GraphMultiEPG
2
3
install_PYTHON = \
4
__init__.py \
5
plugin.py \
6
GraphMultiEpg.py
7
8
install_DATA = LICENSE
9
10