aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Tools/Makefile.am
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-06-17 16:48:40 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-06-17 16:48:40 +0000
commitee0903f520403c5e03caef287f813e7b062d05ab (patch)
tree947857d4c0ee13747b403a04f06f5078319e0c80 /lib/python/Tools/Makefile.am
parent9c3098c8667241d18d2551a9a37ce7fbce396b71 (diff)
downloadenigma2-ee0903f520403c5e03caef287f813e7b062d05ab.tar.gz
enigma2-ee0903f520403c5e03caef287f813e7b062d05ab.zip
add some new (currently unused) source/renderer based elements
Diffstat (limited to 'lib/python/Tools/Makefile.am')
-rw-r--r--lib/python/Tools/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Tools/Makefile.am b/lib/python/Tools/Makefile.am
index 2521cd97..4828e1fb 100644
--- a/lib/python/Tools/Makefile.am
+++ b/lib/python/Tools/Makefile.am
@@ -3,4 +3,5 @@ installdir = $(LIBDIR)/enigma2/python/Tools
install_DATA = \
FuzzyDate.py XMLTools.py Directories.py NumericalTextInput.py \
KeyBindings.py BoundFunction.py ISO639.py Notifications.py __init__.py \
- RedirectOutput.py DreamboxHardware.py Import.py Event.py
+ RedirectOutput.py DreamboxHardware.py Import.py Event.py CList.py
+