diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-25 08:16:11 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-25 08:16:11 +0000 |
| commit | 738adbb747be92f19cd7864490c982cac558358c (patch) | |
| tree | 71410b9654ec43fa25fc5076f1b42598ed60a5cc /lib/python/Components/Makefile.am | |
| parent | 8c0a6bc252e866068348601ba5ea12e8df7e1efe (diff) | |
| download | enigma2-738adbb747be92f19cd7864490c982cac558358c.tar.gz enigma2-738adbb747be92f19cd7864490c982cac558358c.zip | |
added a sanity check for timer editor (no functionality until now except building a list of simultanious timers)
Diffstat (limited to 'lib/python/Components/Makefile.am')
| -rw-r--r-- | lib/python/Components/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am index 945946dc..7416ea35 100644 --- a/lib/python/Components/Makefile.am +++ b/lib/python/Components/Makefile.am @@ -12,5 +12,5 @@ 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 + FIFOList.py ServiceEventTracker.py Input.py TimerSanityCheck.py |
