add Plugin.py
[enigma2.git] / lib / python / Plugins / Makefile.am
index d963b3c04f3c30a6d644f50d52560ad5893c1643..ec43b903757772c94621710b09261a0f44e43f63 100644 (file)
@@ -1,5 +1,7 @@
 installdir = $(LIBDIR)/enigma2/python/Plugins
 
+SUBDIRS = update tuxboxplugins web test
+
 install_PYTHON =       \
-       __init__.py \
-       example.py
\ No newline at end of file
+       __init__.py Plugin.py
+