Move liblttng-ust-python-agent to 'src/lib/'
[lttng-ust.git] / src / Makefile.am
index a5e8ac94decb2071c0b37711479401aa8e1bd211..881eea2660341ad3d82672d53fb461cd66c87e92 100644 (file)
@@ -7,6 +7,7 @@ SUBDIRS = \
        libcounter \
        liblttng-ust \
        liblttng-ust-ctl \
+       lib \
        liblttng-ust-fd \
        liblttng-ust-fork \
        liblttng-ust-libc-wrapper \
@@ -25,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.023637 seconds and 4 git commands to generate.