diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2009-05-21 04:09:41 +0200 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2009-05-21 04:09:41 +0200 |
| commit | 9e2a684354ba693158d4dc04fa17a5f0ea013991 (patch) | |
| tree | d57fd260db319e48e2e80ab3c0d2d8ff21c83130 /lib/python/Components/Converter/Makefile.am | |
| parent | aa63e716977d5f341495cf0694b327116b978f89 (diff) | |
| download | enigma2-9e2a684354ba693158d4dc04fa17a5f0ea013991.tar.gz enigma2-9e2a684354ba693158d4dc04fa17a5f0ea013991.zip | |
add Combine converter (not yet usable from skin), to combine two sources into a result
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 331a6dc0..da226f82 100644 --- a/lib/python/Components/Converter/Makefile.am +++ b/lib/python/Components/Converter/Makefile.am @@ -5,4 +5,5 @@ install_PYTHON = \ Poll.py RemainingToText.py StringList.py ServiceName.py FrontendInfo.py ServiceInfo.py \ ConditionalShowHide.py ServicePosition.py ValueRange.py RdsInfo.py Streaming.py \ StaticMultiList.py ServiceTime.py MovieInfo.py MenuEntryCompare.py StringListSelection.py \ - ValueBitTest.py TunerInfo.py ConfigEntryTest.py TemplatedMultiContent.py ProgressToText.py
\ No newline at end of file + ValueBitTest.py TunerInfo.py ConfigEntryTest.py TemplatedMultiContent.py ProgressToText.py \ + Combine.py |
