aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-06-15 17:43:13 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-06-15 17:43:13 +0000
commitc76dfb1262bab08dfa91c7f4fbba0010b9e94ca0 (patch)
tree883bd6859e0fcf73c42eb218ea2f63a2df54a5cb /lib/python/Components
parentea7332a8be73de0f01bed063a46082cdb10858a9 (diff)
downloadenigma2-c76dfb1262bab08dfa91c7f4fbba0010b9e94ca0.tar.gz
enigma2-c76dfb1262bab08dfa91c7f4fbba0010b9e94ca0.zip
add Sources, Converter, Renderer directories
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am
index f7e26e42..ab334cd6 100644
--- a/lib/python/Components/Makefile.am
+++ b/lib/python/Components/Makefile.am
@@ -1,5 +1,7 @@
installdir = $(LIBDIR)/enigma2/python/Components
+SUBDIRS = Sources Converter Renderer
+
install_PYTHON = \
ActionMap.py GUISkin.py PerServiceDisplay.py components.py \
Button.py HTMLComponent.py ProgressBar.py TimerList.py config.py \