Move liblttng-ust-dl to 'src/lib/'
[lttng-ust.git] / src / Makefile.am
index a5e8ac94decb2071c0b37711479401aa8e1bd211..f51694ec2f4e198820372ce0be0b879f4938d72d 100644 (file)
@@ -7,14 +7,7 @@ SUBDIRS = \
        libcounter \
        liblttng-ust \
        liblttng-ust-ctl \
-       liblttng-ust-fd \
-       liblttng-ust-fork \
-       liblttng-ust-libc-wrapper \
-       liblttng-ust-cyg-profile
-
-if ENABLE_UST_DL
-SUBDIRS += liblttng-ust-dl
-endif
+       lib
 
 if ENABLE_JNI_INTERFACE
 SUBDIRS += liblttng-ust-java
@@ -25,9 +18,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.023367 seconds and 4 git commands to generate.