Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / Makefile.am
index bbaf9a01daead97ce7c92a710e96f850e77f714f..b5a19d9d67074af43bf95a317544ac9cfcdf66b7 100644 (file)
@@ -1,10 +1,33 @@
+# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
+#
 # 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 \
-       lttng-ust-libc-wrapper
+       lttng-ust-libc-wrapper \
+       lttng-ust-pthread-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
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = lttng-ust.pc lttng-ust-ctl.pc
This page took 0.023669 seconds and 4 git commands to generate.