Move getcpu.h to 'lib/lttng-ust/'
[lttng-ust.git] / src / lib / Makefile.am
index 1b70e5309325b6f9137ed2005654c5c67da587bb..6bb3ece9ea7b1a9306f40e0b484b0e143c029b85 100644 (file)
@@ -1,6 +1,24 @@
 # SPDX-License-Identifier: LGPL-2.1-only
 
-SUBDIRS =
+SUBDIRS = \
+       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
This page took 0.023651 seconds and 4 git commands to generate.