aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Makefile.am
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-02-24 22:31:00 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-02-24 22:31:00 +0000
commit2e7756545fac96085253c4f669d12e5665cecae3 (patch)
treebb8afb2443c563827ce1ab5327b05de0702c9f68 /lib/python/Components/Makefile.am
parentf995ffff71d819416a89c1bec3ceb69d121daa4e (diff)
downloadenigma2-2e7756545fac96085253c4f669d12e5665cecae3.tar.gz
enigma2-2e7756545fac96085253c4f669d12e5665cecae3.zip
turn magic into python
Diffstat (limited to 'lib/python/Components/Makefile.am')
-rw-r--r--lib/python/Components/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am
index 14eb23c5..a41c210f 100644
--- a/lib/python/Components/Makefile.am
+++ b/lib/python/Components/Makefile.am
@@ -12,5 +12,7 @@ install_PYTHON = \
EpgList.py ScrollLabel.py Timezones.py Language.py HelpMenuList.py \
BlinkingPixmap.py Pixmap.py ConditionalWidget.py Slider.py LanguageList.py \
PluginList.py PluginComponent.py RecordingConfig.py About.py UsageConfig.py \
- FIFOList.py ServiceEventTracker.py Input.py TimerSanityCheck.py FileList.py
+ FIFOList.py ServiceEventTracker.py Input.py TimerSanityCheck.py FileList.py \
+ MultiContent.py
+