diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-06-26 16:31:52 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-06-26 16:31:52 +0000 |
| commit | 1f820106cba412af1408ba56aa9cf51657e48857 (patch) | |
| tree | ebddbf8d9799fd61fcbacbf405e0828fbcc730e4 /lib/python/Components/Converter/Makefile.am | |
| parent | c980cfb00b3ee0679b8ea5fe4d45e1680a014681 (diff) | |
| download | enigma2-1f820106cba412af1408ba56aa9cf51657e48857.tar.gz enigma2-1f820106cba412af1408ba56aa9cf51657e48857.zip | |
provide source/converter for current service name, current service provider
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 5b55ac42..d449bccb 100644 --- a/lib/python/Components/Converter/Makefile.am +++ b/lib/python/Components/Converter/Makefile.am @@ -2,5 +2,6 @@ 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 + Poll.py RemainingToText.py StringList.py ServiceName.py + |
