From b9d9e49b2d990fbd32f647c20ad3f7ddcaf17d02 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 23 Nov 2007 18:03:59 +0000 Subject: add python files for socket mmi plugin --- lib/python/Plugins/Extensions/SocketMMI/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/python/Plugins/Extensions/SocketMMI/Makefile.am (limited to 'lib/python/Plugins/Extensions/SocketMMI/Makefile.am') 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 + -- cgit v1.2.3