From 21ddb8ec9689e02944dae9cd4e5aba1ca2ab0d5b Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 16 Jun 2016 11:33:51 -0400 Subject: [PATCH] Only build python lib when agent is enabled Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1