Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / lttng-ust-common / Makefile.am
index caeea2be5de74e54d7d67ddc0a4e45e9a429cbe1..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
@@ -11,7 +13,8 @@ liblttng_ust_common_la_SOURCES = \
        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.02334 seconds and 4 git commands to generate.