diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-21 18:50:23 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-21 18:50:23 +0000 |
| commit | f458abcfbe30c3e3062a41b88d3244147bdc0607 (patch) | |
| tree | 43b878a27855eccecc1cf3f35820a234afcc375a /lib/python/Components/Makefile.am | |
| parent | 7319cb85c7a9a6304ac92a7854a5d79c9d9f115b (diff) | |
| download | enigma2-f458abcfbe30c3e3062a41b88d3244147bdc0607.tar.gz enigma2-f458abcfbe30c3e3062a41b88d3244147bdc0607.zip | |
add FileList component for browsing files and directories
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 7416ea35..14eb23c5 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 TimerSanityCheck.py + FIFOList.py ServiceEventTracker.py Input.py TimerSanityCheck.py FileList.py |
