diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-06-26 18:33:13 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-06-26 18:33:13 +0000 |
| commit | 4b8c8a054ffa5cf8bf15ad1a6cafaa07c14432e2 (patch) | |
| tree | 3a43024e5c2048f3f048480685951ccd40edccdb /lib/python/Components/Sources/Makefile.am | |
| parent | 60c8087aa78a5fa24617b0f2ef86fa54f6083101 (diff) | |
| download | enigma2-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.am | 5 |
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 |
