aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources/Makefile.am
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2007-01-09 01:14:13 +0000
committerFelix Domke <tmbinc@elitedvb.net>2007-01-09 01:14:13 +0000
commit1e14cd894335a4f97c588f4b0522627337cdec6e (patch)
tree043eef02dd384dda4a8986abb8f8dcbbf76df6b4 /lib/python/Components/Sources/Makefile.am
parent8d3ee12aa8f54f1eb40e633e7d2b7f5ec8d91c5f (diff)
downloadenigma2-1e14cd894335a4f97c588f4b0522627337cdec6e.tar.gz
enigma2-1e14cd894335a4f97c588f4b0522627337cdec6e.zip
Add source and converter for streaming. Source/StreamService will start the streaming service 'record', Converter/Streaming will output current demux+pids.
Diffstat (limited to 'lib/python/Components/Sources/Makefile.am')
-rw-r--r--lib/python/Components/Sources/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Components/Sources/Makefile.am b/lib/python/Components/Sources/Makefile.am
index 16513e82..c03d89eb 100644
--- a/lib/python/Components/Sources/Makefile.am
+++ b/lib/python/Components/Sources/Makefile.am
@@ -2,4 +2,5 @@ installdir = $(LIBDIR)/enigma2/python/Components/Sources
install_PYTHON = \
__init__.py Clock.py EventInfo.py Source.py MenuList.py CurrentService.py \
- FrontendStatus.py Boolean.py Config.py ServiceList.py RadioText.py
+ FrontendStatus.py Boolean.py Config.py ServiceList.py RadioText.py StreamService.py
+