diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-19 02:18:21 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-19 02:18:21 +0000 |
| commit | 85f5c84f1e3e4d22fb1939751d39de03877b93d8 (patch) | |
| tree | 6c98fa2f78e0c89e46d2d2bc445698a715745986 /lib/python/Components/Makefile.am | |
| parent | d76847392ff5cd26bc154f6c135310644c5c1d08 (diff) | |
| download | enigma2-85f5c84f1e3e4d22fb1939751d39de03877b93d8.tar.gz enigma2-85f5c84f1e3e4d22fb1939751d39de03877b93d8.zip | |
add a small text input component
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 089d7cef..945946dc 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 + FIFOList.py ServiceEventTracker.py Input.py |
