diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-02-19 20:35:46 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-02-19 20:35:46 +0000 |
| commit | daaf4b6ba8fbddd81553e0076385220ef1a7f327 (patch) | |
| tree | 8aa13e60d83917ace5510441a8665b326163a45f /lib/python/Plugins/Makefile.am | |
| parent | d10f7fd19c29bb8a3f4aa32679317e00ac4a3cbb (diff) | |
| download | enigma2-daaf4b6ba8fbddd81553e0076385220ef1a7f327.tar.gz enigma2-daaf4b6ba8fbddd81553e0076385220ef1a7f327.zip | |
new plugin interface
Diffstat (limited to 'lib/python/Plugins/Makefile.am')
| -rw-r--r-- | lib/python/Plugins/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/python/Plugins/Makefile.am b/lib/python/Plugins/Makefile.am index 01f21d4e..ec43b903 100644 --- a/lib/python/Plugins/Makefile.am +++ b/lib/python/Plugins/Makefile.am @@ -1,6 +1,7 @@ installdir = $(LIBDIR)/enigma2/python/Plugins -SUBDIRS = update tuxboxplugins web +SUBDIRS = update tuxboxplugins web test install_PYTHON = \ - __init__.py + __init__.py Plugin.py + |
