new plugin interface
[enigma2.git] / lib / python / Plugins / Makefile.am
index febecab41df7fe23ca60781375987098b775adf0..ec43b903757772c94621710b09261a0f44e43f63 100644 (file)
@@ -1,6 +1,7 @@
 installdir = $(LIBDIR)/enigma2/python/Plugins
 
+SUBDIRS = update tuxboxplugins web test
+
 install_PYTHON =       \
-       __init__.py \
-       update.py \
-#      example.py 
+       __init__.py Plugin.py
+