aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-01-13 02:11:35 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-01-13 02:11:35 +0000
commit1765b986c8fde9e657d26d3f412e8017ea4c6136 (patch)
tree8a43dddbbe02985a759d64677102ab20cd7cf8f3 /lib/python
parent11ea75ea8a760d6043e4472b28372741faea6197 (diff)
downloadenigma2-1765b986c8fde9e657d26d3f412e8017ea4c6136.tar.gz
enigma2-1765b986c8fde9e657d26d3f412e8017ea4c6136.zip
add web makefiles
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Plugins/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/python/Plugins/Makefile.am b/lib/python/Plugins/Makefile.am
index 24ee23da..01f21d4e 100644
--- a/lib/python/Plugins/Makefile.am
+++ b/lib/python/Plugins/Makefile.am
@@ -1,8 +1,6 @@
installdir = $(LIBDIR)/enigma2/python/Plugins
-SUBDIRS = update tuxboxplugins
+SUBDIRS = update tuxboxplugins web
install_PYTHON = \
__init__.py
-
-