add StaticText source, which can be used as a simple way to forward values between...
[enigma2.git] / lib / python / Components / Sources / Makefile.am
index c03d89ebf0139b55aaa7ffe607fd37a5590ab42d..5e6a30a5784b5509127ffbfbeea81ced94d46313 100644 (file)
@@ -2,5 +2,5 @@ installdir = $(LIBDIR)/enigma2/python/Components/Sources
 
 install_PYTHON = \
        __init__.py Clock.py EventInfo.py Source.py MenuList.py CurrentService.py \
-       FrontendStatus.py Boolean.py Config.py ServiceList.py RadioText.py StreamService.py
-
+       FrontendStatus.py Boolean.py Config.py ServiceList.py RadioText.py StreamService.py \
+       StaticText.py