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/Sources/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/Sources/Makefile.am')
| -rw-r--r-- | lib/python/Components/Sources/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Components/Sources/Makefile.am b/lib/python/Components/Sources/Makefile.am index 9e151123..a7d5ae90 100644 --- a/lib/python/Components/Sources/Makefile.am +++ b/lib/python/Components/Sources/Makefile.am @@ -1,5 +1,6 @@ installdir = $(LIBDIR)/enigma2/python/Components/Sources install_PYTHON = \ - __init__.py Clock.py EventInfo.py Source.py MenuList.py + __init__.py Clock.py EventInfo.py Source.py MenuList.py CurrentService.py + |
