diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-06-16 18:25:52 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-06-16 18:25:52 +0200 |
| commit | d5793bb91a461385e08551c37f6fe0ea78d1fa5c (patch) | |
| tree | ba4dde58b8807a9bf31d13b5518239593cec48a3 /lib/python/Plugins/Extensions/Modem/Makefile.am | |
| parent | 93efd56bc9da9404cd00ed9eae2272bea5a0a906 (diff) | |
| download | enigma2-d5793bb91a461385e08551c37f6fe0ea78d1fa5c.tar.gz enigma2-d5793bb91a461385e08551c37f6fe0ea78d1fa5c.zip | |
add plugin to connect via builtin modem to internet (just dm500hd yet)
Diffstat (limited to 'lib/python/Plugins/Extensions/Modem/Makefile.am')
| -rw-r--r-- | lib/python/Plugins/Extensions/Modem/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/python/Plugins/Extensions/Modem/Makefile.am b/lib/python/Plugins/Extensions/Modem/Makefile.am new file mode 100644 index 00000000..3fc61053 --- /dev/null +++ b/lib/python/Plugins/Extensions/Modem/Makefile.am @@ -0,0 +1,7 @@ +installdir = $(LIBDIR)/enigma2/python/Plugins/Extensions/Modem + +install_PYTHON = \ + __init__.py \ + plugin.py + +install_DATA = keymap.xml
\ No newline at end of file |
