aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-10 15:39:00 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-10 15:39:00 +0000
commit91890bc31f2752aa8ff55372aa69a6723a0c09b5 (patch)
treed9d558536109e919c410127a62b7873829f48df2 /configure.ac
parentf1515e774761f54062c718ef23361800df65accb (diff)
downloadenigma2-91890bc31f2752aa8ff55372aa69a6723a0c09b5.tar.gz
enigma2-91890bc31f2752aa8ff55372aa69a6723a0c09b5.zip
move the plugins into their own directory and every plugin has a main python file called plugin.py in his directory
for example the update plugin now resides in /usr/lib/enigma2/python/Plugins/update when you add a plugin, don't forget to put an empty __init__.py file into the directory, otherwise python doesn't recognize the directory as module
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7c4c2cd9..fc761e16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,6 +59,7 @@ lib/python/Makefile
lib/python/Components/Makefile
lib/python/Screens/Makefile
lib/python/Plugins/Makefile
+lib/python/Plugins/update/Makefile
lib/python/Tools/Makefile
lib/service/Makefile
lib/components/Makefile