ust-fd: Add close_range declaration
[lttng-ust.git] / src / Makefile.am
index 87fcdb8f2649920ddb70d7ad8785b38020988fff..daf209be9e9d71574f2f542036641780532e23af 100644 (file)
@@ -1,35 +1,11 @@
+# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
+#
 # SPDX-License-Identifier: LGPL-2.1-only
 
 SUBDIRS = \
-       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
+       common \
+       lib
 
 if ENABLE_PYTHON_AGENT
-SUBDIRS += \
-       python-lttngust \
-       liblttng-ust-python-agent
+SUBDIRS += python-lttngust
 endif
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = lttng-ust.pc lttng-ust-ctl.pc
This page took 0.025236 seconds and 4 git commands to generate.