From: Michael Jeanson Date: Thu, 16 Jun 2016 15:33:51 +0000 (-0400) Subject: Only build python lib when agent is enabled X-Git-Tag: v2.9.0-rc1~62 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=21ddb8ec9689e02944dae9cd4e5aba1ca2ab0d5b;p=lttng-ust.git Only build python lib when agent is enabled Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- diff --git a/Makefile.am b/Makefile.am index 1db74801..e4987195 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