[lttng-dev] [PATCH lttng-ust] Only build python lib when agent is enabled
Michael Jeanson
mjeanson at efficios.com
Thu Jun 16 15:33:51 UTC 2016
Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
---
Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 1db7480..e498719 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,6 @@ SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \
liblttng-ust-fork \
liblttng-ust-libc-wrapper \
liblttng-ust-cyg-profile \
- liblttng-ust-python-agent \
tools
if HAVE_DLINFO
@@ -22,7 +21,8 @@ SUBDIRS += liblttng-ust-java-agent
endif
if BUILD_PYTHON_AGENT
-SUBDIRS += python-lttngust
+SUBDIRS += python-lttngust \
+ liblttng-ust-python-agent
endif
SUBDIRS += tests doc
--
2.7.4
More information about the lttng-dev
mailing list