Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / Makefile.am
index 6bb3ece9ea7b1a9306f40e0b484b0e143c029b85..b5a19d9d67074af43bf95a317544ac9cfcdf66b7 100644 (file)
@@ -1,12 +1,17 @@
+# 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
@@ -23,3 +28,6 @@ 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.027147 seconds and 4 git commands to generate.