Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / lttng-ust-common / Makefile.am
index 334fc0d1261d18c7ef89f05b47d371cf037989be..c350edc53ea318ab2da073c0968861e1dccd9bd0 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
+#
 # SPDX-License-Identifier: LGPL-2.1-only
 
 lib_LTLIBRARIES = liblttng-ust-common.la
@@ -7,9 +9,12 @@ liblttng_ust_common_la_SOURCES = \
        clock.h \
        fd-tracker.c \
        fd-tracker.h \
+       getcpu.c \
+       getcpu.h \
        ust-common.c \
        lttng-ust-urcu.c \
-       lttng-ust-urcu-pointer.c
+       lttng-ust-urcu-pointer.c \
+       ust-cancelstate.c
 
 liblttng_ust_common_la_LIBADD = \
        $(top_builddir)/src/common/libcommon.la \
This page took 0.024084 seconds and 4 git commands to generate.