Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / Makefile.am
index 646638fa80dc9110d50fc070c6a6580991e13cfc..b5a19d9d67074af43bf95a317544ac9cfcdf66b7 100644 (file)
@@ -1,11 +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
@@ -22,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.02381 seconds and 4 git commands to generate.