aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources/Makefile.am
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2007-07-19 23:48:55 +0000
committerFelix Domke <tmbinc@elitedvb.net>2007-07-19 23:48:55 +0000
commitc479beea7cc338380a38e29ae041c03b2c299ac1 (patch)
tree54a2173395f0f15d27f54ed3e9cf5efa9fc136c9 /lib/python/Components/Sources/Makefile.am
parent4a8afa26612c40ba5c9c48d42e15abe8bcec2b98 (diff)
downloadenigma2-c479beea7cc338380a38e29ae041c03b2c299ac1.tar.gz
enigma2-c479beea7cc338380a38e29ae041c03b2c299ac1.zip
add 'canvas' gui element where you can draw into a pixmap from python
Diffstat (limited to 'lib/python/Components/Sources/Makefile.am')
-rw-r--r--lib/python/Components/Sources/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Sources/Makefile.am b/lib/python/Components/Sources/Makefile.am
index 6deb423d..2e0dd449 100644
--- a/lib/python/Components/Sources/Makefile.am
+++ b/lib/python/Components/Sources/Makefile.am
@@ -3,4 +3,4 @@ installdir = $(LIBDIR)/enigma2/python/Components/Sources
install_PYTHON = \
__init__.py Clock.py EventInfo.py Source.py List.py CurrentService.py \
FrontendStatus.py Boolean.py Config.py ServiceList.py RdsDecoder.py StreamService.py \
- StaticText.py
+ StaticText.py CanvasSource.py