Move fd-tracker to liblttng-ust-common
[lttng-ust.git] / src / Makefile.am
index d92530539c6f9435ea335f1ac6eae525e218f432..5f9583755c7bbcd006c90ce87799c38e20299c4b 100644 (file)
@@ -2,34 +2,12 @@
 
 SUBDIRS = \
        common \
-       snprintf \
-       libringbuffer \
        liblttng-ust-comm \
-       libcounter \
-       libmsgpack \
        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
-
-if ENABLE_JNI_INTERFACE
-SUBDIRS += liblttng-ust-java
-endif
-
-if ENABLE_JAVA_AGENT
-SUBDIRS += liblttng-ust-java-agent
-endif
+       lib
 
 if ENABLE_PYTHON_AGENT
-SUBDIRS += \
-       python-lttngust \
-       liblttng-ust-python-agent
+SUBDIRS += python-lttngust
 endif
 
 pkgconfigdir = $(libdir)/pkgconfig
This page took 0.034478 seconds and 4 git commands to generate.