Only build python lib when agent is enabled
[lttng-ust.git] / 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.02327 seconds and 4 git commands to generate.