Move liblttng-ust-python-agent to 'src/lib/'
[lttng-ust.git] / src / Makefile.am
index 87fcdb8f2649920ddb70d7ad8785b38020988fff..881eea2660341ad3d82672d53fb461cd66c87e92 100644 (file)
@@ -1,13 +1,13 @@
 # SPDX-License-Identifier: LGPL-2.1-only
 
 SUBDIRS = \
-       snprintf \
+       common \
        libringbuffer \
        liblttng-ust-comm \
        libcounter \
-       libmsgpack \
        liblttng-ust \
        liblttng-ust-ctl \
+       lib \
        liblttng-ust-fd \
        liblttng-ust-fork \
        liblttng-ust-libc-wrapper \
@@ -26,9 +26,7 @@ SUBDIRS += liblttng-ust-java-agent
 endif
 
 if ENABLE_PYTHON_AGENT
-SUBDIRS += \
-       python-lttngust \
-       liblttng-ust-python-agent
+SUBDIRS += python-lttngust
 endif
 
 pkgconfigdir = $(libdir)/pkgconfig
This page took 0.023496 seconds and 4 git commands to generate.