aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources/Makefile.am
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2007-01-09 02:08:11 +0000
committerFelix Domke <tmbinc@elitedvb.net>2007-01-09 02:08:11 +0000
commit3e35c703607b5f135828fa5efe2beee669c7a4c2 (patch)
tree26fc6659d072f6fa9b5eff0fc056e940ee639592 /lib/python/Components/Sources/Makefile.am
parent3d05d094d74426a9e3df2517ee0a17ac7e6ca5d3 (diff)
downloadenigma2-3e35c703607b5f135828fa5efe2beee669c7a4c2.tar.gz
enigma2-3e35c703607b5f135828fa5efe2beee669c7a4c2.zip
add StaticText source, which can be used as a simple way to forward values between web pages
Diffstat (limited to 'lib/python/Components/Sources/Makefile.am')
-rw-r--r--lib/python/Components/Sources/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Components/Sources/Makefile.am b/lib/python/Components/Sources/Makefile.am
index c03d89eb..5e6a30a5 100644
--- a/lib/python/Components/Sources/Makefile.am
+++ b/lib/python/Components/Sources/Makefile.am
@@ -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