aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/SocketMMI/Makefile.am
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-11-23 18:03:59 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-11-23 18:03:59 +0000
commitb9d9e49b2d990fbd32f647c20ad3f7ddcaf17d02 (patch)
treeea7bcb5ecc694254e952a64f00818fef5a18dd00 /lib/python/Plugins/Extensions/SocketMMI/Makefile.am
parente7a4be1d20a33dbd97acfa021db2f8b82bf7a844 (diff)
downloadenigma2-b9d9e49b2d990fbd32f647c20ad3f7ddcaf17d02.tar.gz
enigma2-b9d9e49b2d990fbd32f647c20ad3f7ddcaf17d02.zip
add python files for socket mmi plugin
Diffstat (limited to 'lib/python/Plugins/Extensions/SocketMMI/Makefile.am')
-rw-r--r--lib/python/Plugins/Extensions/SocketMMI/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/python/Plugins/Extensions/SocketMMI/Makefile.am b/lib/python/Plugins/Extensions/SocketMMI/Makefile.am
new file mode 100644
index 00000000..209ab8aa
--- /dev/null
+++ b/lib/python/Plugins/Extensions/SocketMMI/Makefile.am
@@ -0,0 +1,7 @@
+installdir = $(LIBDIR)/enigma2/python/Plugins/Extensions/SocketMMI
+
+install_PYTHON = \
+ __init__.py \
+ plugin.py \
+ SocketMMI.py
+