move the plugins into their own directory and every plugin has a main python file...
[enigma2.git] / lib / python / Plugins / Makefile.am
index 47e6cec2f19c7174c29e621c263a48cae87b4826..21dcb9c8a26810bc8d8e1f9b2198f34f0eb24497 100644 (file)
@@ -1,7 +1,8 @@
 installdir = $(LIBDIR)/enigma2/python/Plugins
 
+SUBDIRS = update
+
 install_PYTHON =       \
-       __init__.py \
-       update.py       \
-       update.png
+       __init__.py
+