Move liblttng-ust-tracepoint to 'src/lib/'
[lttng-ust.git] / src / lib / Makefile.am
index 0b33906e751615a085bfa1a8e61b90688a3eed75..49fbd75db06e43287426be5d1a064c2d1f70747a 100644 (file)
@@ -1,6 +1,10 @@
 # SPDX-License-Identifier: LGPL-2.1-only
 
 SUBDIRS = \
+       lttng-ust-common \
+       lttng-ust-tracepoint \
+       lttng-ust \
+       lttng-ust-ctl \
        lttng-ust-fd \
        lttng-ust-fork \
        lttng-ust-cyg-profile \
@@ -10,6 +14,14 @@ 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.022975 seconds and 4 git commands to generate.