diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-02-27 03:03:59 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-02-27 03:03:59 +0000 |
| commit | 226cd38475ed94cb9f412d9d16e249a85fa40b67 (patch) | |
| tree | 5f055e566e97717b645d2dc065faeb1bfc7cbfc4 /lib/python/Plugins/SystemPlugins/Hotplug/Makefile.am | |
| parent | 86127caf4d5d14bdfa237aed7c353d970658f509 (diff) | |
| download | enigma2-226cd38475ed94cb9f412d9d16e249a85fa40b67.tar.gz enigma2-226cd38475ed94cb9f412d9d16e249a85fa40b67.zip | |
add Hotplug plugin
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Hotplug/Makefile.am')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Hotplug/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Hotplug/Makefile.am b/lib/python/Plugins/SystemPlugins/Hotplug/Makefile.am new file mode 100644 index 00000000..bfb113cd --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/Hotplug/Makefile.am @@ -0,0 +1,5 @@ +installdir = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins/Hotplug + +install_PYTHON = \ + __init__.py \ + plugin.py |
