aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/SocketMMI/Makefile.am
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-05-20 21:07:38 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-05-20 21:07:38 +0000
commit04ddd458458ad1087173c5a1854677288d47c453 (patch)
treefcd37c5553e2018cb621bb69d1362dcb4b8808fa /lib/python/Plugins/Extensions/SocketMMI/Makefile.am
parent8639b8f076ec2921d1185c92be5be71649d4defa (diff)
downloadenigma2-04ddd458458ad1087173c5a1854677288d47c453.tar.gz
enigma2-04ddd458458ad1087173c5a1854677288d47c453.zip
move c++ part of socket mmi to plugin
Diffstat (limited to 'lib/python/Plugins/Extensions/SocketMMI/Makefile.am')
-rw-r--r--lib/python/Plugins/Extensions/SocketMMI/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Plugins/Extensions/SocketMMI/Makefile.am b/lib/python/Plugins/Extensions/SocketMMI/Makefile.am
index ee985fb0..ce4d432f 100644
--- a/lib/python/Plugins/Extensions/SocketMMI/Makefile.am
+++ b/lib/python/Plugins/Extensions/SocketMMI/Makefile.am
@@ -1,6 +1,9 @@
+SUBDIRS = src
+
installdir = $(LIBDIR)/enigma2/python/Plugins/Extensions/SocketMMI
install_PYTHON = \
+ src/socketmmi.so \
__init__.py \
plugin.py \
SocketMMI.py