Move liblttng-ust-common to 'src/lib/'
[lttng-ust.git] / src / lib / Makefile.am
index 384b8481090713410f3c7cc718890f71479c3bc8..0a27437b388118431b74b8e879ce642d8352dc90 100644 (file)
@@ -1,8 +1,26 @@
 # SPDX-License-Identifier: LGPL-2.1-only
 
 SUBDIRS = \
+       lttng-ust-common \
+       lttng-ust \
+       lttng-ust-ctl \
+       lttng-ust-fd \
+       lttng-ust-fork \
+       lttng-ust-cyg-profile \
        lttng-ust-libc-wrapper
 
+if ENABLE_UST_DL
+SUBDIRS += lttng-ust-dl
+endif
+
+if ENABLE_JNI_INTERFACE
+SUBDIRS += lttng-ust-java
+endif
+
+if ENABLE_JAVA_AGENT
+SUBDIRS += lttng-ust-java-agent
+endif
+
 if ENABLE_PYTHON_AGENT
 SUBDIRS += lttng-ust-python-agent
 endif
This page took 0.025665 seconds and 4 git commands to generate.