From d5793bb91a461385e08551c37f6fe0ea78d1fa5c Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 16 Jun 2009 18:25:52 +0200 Subject: add plugin to connect via builtin modem to internet (just dm500hd yet) --- lib/python/Plugins/Extensions/Modem/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/python/Plugins/Extensions/Modem/Makefile.am (limited to 'lib/python/Plugins/Extensions/Modem/Makefile.am') 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 -- cgit v1.2.3