port tuxbox plugins plugin to the new plugin interface
[enigma2.git] / lib / python / Plugins / Makefile.am
index 47e6cec2f19c7174c29e621c263a48cae87b4826..ec43b903757772c94621710b09261a0f44e43f63 100644 (file)
@@ -1,7 +1,7 @@
 installdir = $(LIBDIR)/enigma2/python/Plugins
 
+SUBDIRS = update tuxboxplugins web test
+
 install_PYTHON =       \
-       __init__.py \
-       update.py       \
-       update.png
+       __init__.py Plugin.py
+