diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-22 22:02:28 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-22 22:02:28 +0000 |
| commit | 1845d68e4245c24fd3097e36967463f9ecec936b (patch) | |
| tree | be5309df595b045efddd7c7aad40781274b66ee6 /lib/python/Plugins/Makefile.am | |
| parent | 21f79f2e37db9b37da2522ba7d0e8d6676ddad5b (diff) | |
| download | enigma2-1845d68e4245c24fd3097e36967463f9ecec936b.tar.gz enigma2-1845d68e4245c24fd3097e36967463f9ecec936b.zip | |
cleanup the plugins to fit the new namespace
Diffstat (limited to 'lib/python/Plugins/Makefile.am')
| -rw-r--r-- | lib/python/Plugins/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Makefile.am b/lib/python/Plugins/Makefile.am index 66fb252d..1c18adb3 100644 --- a/lib/python/Plugins/Makefile.am +++ b/lib/python/Plugins/Makefile.am @@ -1,6 +1,6 @@ installdir = $(LIBDIR)/enigma2/python/Plugins -SUBDIRS = update tuxboxplugins web test fpupgrade FileManager +SUBDIRS = Extensions SystemPlugins DemoPlugins install_PYTHON = \ __init__.py Plugin.py |
