diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-02-24 22:31:00 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-02-24 22:31:00 +0000 |
| commit | 2e7756545fac96085253c4f669d12e5665cecae3 (patch) | |
| tree | bb8afb2443c563827ce1ab5327b05de0702c9f68 /lib/python/Components/Makefile.am | |
| parent | f995ffff71d819416a89c1bec3ceb69d121daa4e (diff) | |
| download | enigma2-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.am | 4 |
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 + |
