aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/Modem/Makefile.am
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-06-16 18:25:52 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-06-16 18:25:52 +0200
commitd5793bb91a461385e08551c37f6fe0ea78d1fa5c (patch)
treeba4dde58b8807a9bf31d13b5518239593cec48a3 /lib/python/Plugins/Extensions/Modem/Makefile.am
parent93efd56bc9da9404cd00ed9eae2272bea5a0a906 (diff)
downloadenigma2-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.am7
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