Move libustcomm to 'src/common/'
[lttng-ust.git] / src / Makefile.am
index 38c640bbe55bf74d956fa69f4e498958c4b79573..80fc8c3f04bc805b86ba35c3c061d67c3b9125ca 100644 (file)
@@ -2,27 +2,8 @@
 
 SUBDIRS = \
        common \
-       libringbuffer \
-       liblttng-ust-comm \
-       libcounter \
        liblttng-ust \
-       liblttng-ust-ctl \
-       lib \
-       liblttng-ust-fd \
-       liblttng-ust-fork \
-       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
This page took 0.02836 seconds and 4 git commands to generate.