aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources/Makefile.am
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-06-26 18:33:13 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-06-26 18:33:13 +0000
commit4b8c8a054ffa5cf8bf15ad1a6cafaa07c14432e2 (patch)
tree3a43024e5c2048f3f048480685951ccd40edccdb /lib/python/Components/Sources/Makefile.am
parent60c8087aa78a5fa24617b0f2ef86fa54f6083101 (diff)
downloadenigma2-4b8c8a054ffa5cf8bf15ad1a6cafaa07c14432e2.tar.gz
enigma2-4b8c8a054ffa5cf8bf15ad1a6cafaa07c14432e2.zip
add FrontendStatus source, add converter to SNR/AGC/BER bar and text
Diffstat (limited to 'lib/python/Components/Sources/Makefile.am')
-rw-r--r--lib/python/Components/Sources/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/python/Components/Sources/Makefile.am b/lib/python/Components/Sources/Makefile.am
index a7d5ae90..c3a75f86 100644
--- a/lib/python/Components/Sources/Makefile.am
+++ b/lib/python/Components/Sources/Makefile.am
@@ -1,6 +1,5 @@
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 MenuList.py CurrentService.py \
+ FrontendStatus.py