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