Only build python lib when agent is enabled
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 16 Jun 2016 15:33:51 +0000 (11:33 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 16 Jun 2016 15:46:00 +0000 (11:46 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile.am

index 1db748019f117b631661cf3be381ac107b4f8249..e498719573db73f74395fb7e1a1e0c5bf9807890 100644 (file)
@@ -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
This page took 0.025179 seconds and 5 git commands to generate.