add 'canvas' gui element where you can draw into a pixmap from python
[enigma2.git] / lib / python / Components / Sources / Makefile.am
index b5e16d98445446c765c50265aaacdb5eb4f0723b..2e0dd449f811330e537524e2872739ff3c04371c 100644 (file)
@@ -1,6 +1,6 @@
 installdir = $(LIBDIR)/enigma2/python/Components/Sources
 
 install_PYTHON = \
-       __init__.py Clock.py EventInfo.py Source.py MenuList.py CurrentService.py \
+       __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