aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Makefile.am
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-01-18 02:34:36 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-01-18 02:34:36 +0000
commit69382ab48558b9305b27e464857deebdfa52b6b9 (patch)
tree5b52aeaf18e0a7864b193980f6d4d73da9c6cb1e /lib/python/Components/Makefile.am
parentc07a321e71e7e07c8dd7f6cbf5451fe566cd0361 (diff)
downloadenigma2-69382ab48558b9305b27e464857deebdfa52b6b9.tar.gz
enigma2-69382ab48558b9305b27e464857deebdfa52b6b9.zip
add ServiceEventTracker
Diffstat (limited to 'lib/python/Components/Makefile.am')
-rw-r--r--lib/python/Components/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am
index fcb5f8fd..089d7cef 100644
--- a/lib/python/Components/Makefile.am
+++ b/lib/python/Components/Makefile.am
@@ -12,4 +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
+ FIFOList.py ServiceEventTracker.py
+