X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b9d9e49b2d990fbd32f647c20ad3f7ddcaf17d02..92929c357751afc31f7f1acbe3e724bdf307cf23:/lib/python/Plugins/Extensions/SocketMMI/Makefile.am?ds=sidebyside diff --git a/lib/python/Plugins/Extensions/SocketMMI/Makefile.am b/lib/python/Plugins/Extensions/SocketMMI/Makefile.am index 209ab8aa..ce4d432f 100644 --- a/lib/python/Plugins/Extensions/SocketMMI/Makefile.am +++ b/lib/python/Plugins/Extensions/SocketMMI/Makefile.am @@ -1,7 +1,11 @@ +SUBDIRS = src + installdir = $(LIBDIR)/enigma2/python/Plugins/Extensions/SocketMMI install_PYTHON = \ + src/socketmmi.so \ __init__.py \ plugin.py \ SocketMMI.py +install_DATA = LICENSE