From: Philippe Proulx Date: Fri, 27 Nov 2015 17:39:51 +0000 (-0500) Subject: Refactor Python agent build and install X-Git-Tag: v2.8.0-rc1~51 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=5b6ff569c0bf82b72f263a259e7a73a453903648;hp=5b6ff569c0bf82b72f263a259e7a73a453903648;p=lttng-ust.git Refactor Python agent build and install Since the Python agent's tracepoint provider, liblttng-ust-python-agent, does not depend on Python, it can always be built and installed alongside LTTng-UST. The Python package of this agent is completely independent from the rest of the tree, thus it is isolated in its own directory. This also eases the creation of distribution packages because the packager can selectively build and install the Python package without also building/installing the tracepoint provider. Signed-off-by: Philippe Proulx Signed-off-by: Mathieu Desnoyers ---