diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-07-10 16:20:36 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-07-10 16:20:36 +0000 |
| commit | 2cc6286f24b7cde25c468b2b4a817e5fa7a9cceb (patch) | |
| tree | 106d69466c4c861d1f286b651968322da7c5ea5c /lib/python/Components/Converter/Makefile.am | |
| parent | a3d7b6118dfb093fd4b19f819a9c8a679287b8e8 (diff) | |
| download | enigma2-2cc6286f24b7cde25c468b2b4a817e5fa7a9cceb.tar.gz enigma2-2cc6286f24b7cde25c468b2b4a817e5fa7a9cceb.zip | |
add service position converter
Diffstat (limited to 'lib/python/Components/Converter/Makefile.am')
| -rw-r--r-- | lib/python/Components/Converter/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Components/Converter/Makefile.am b/lib/python/Components/Converter/Makefile.am index a84628a0..a04b9637 100644 --- a/lib/python/Components/Converter/Makefile.am +++ b/lib/python/Components/Converter/Makefile.am @@ -3,4 +3,5 @@ installdir = $(LIBDIR)/enigma2/python/Components/Converter install_PYTHON = \ __init__.py ClockToText.py Converter.py EventName.py StaticText.py EventTime.py \ Poll.py RemainingToText.py StringList.py ServiceName.py FrontendInfo.py ServiceInfo.py \ - ConditionalShowHide.py + ConditionalShowHide.py ServicePosition.py + |
