diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-02 01:54:54 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-02 01:54:54 +0000 |
| commit | 7579ae7495f580bfa86f4216ef15811f54588c5a (patch) | |
| tree | 0ab0b92635feebe025630b867645a21a4d629d05 /lib/python/Components/Sources/Makefile.am | |
| parent | 3e452d49848cb3c65f7dd8e42c42a30047989df7 (diff) | |
| download | enigma2-7579ae7495f580bfa86f4216ef15811f54588c5a.tar.gz enigma2-7579ae7495f580bfa86f4216ef15811f54588c5a.zip | |
split Misc Converter/Source into RecordState and TunerInfo Source /
Converter
add deprecation Warnings for some old InfoBar Components (Nim_A, NimB,
NimA_Active, NimB_Active, BlinkingPoint)
Diffstat (limited to 'lib/python/Components/Sources/Makefile.am')
| -rw-r--r-- | lib/python/Components/Sources/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Components/Sources/Makefile.am b/lib/python/Components/Sources/Makefile.am index b6f25554..5ac636c8 100644 --- a/lib/python/Components/Sources/Makefile.am +++ b/lib/python/Components/Sources/Makefile.am @@ -3,5 +3,5 @@ installdir = $(LIBDIR)/enigma2/python/Components/Sources install_PYTHON = \ __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 CanvasSource.py ServiceEvent.py Event.py FrontendInfo.py \ - Misc.py + StaticText.py CanvasSource.py ServiceEvent.py Event.py FrontendInfo.py TunerInfo.py \ + RecordState.py |
