Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / lttng-ust-common / Makefile.am
index 5d0b2242f26a8d8e250474f2bb4f5f6c0df6de1a..c350edc53ea318ab2da073c0968861e1dccd9bd0 100644 (file)
@@ -1,16 +1,24 @@
+# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
+#
 # SPDX-License-Identifier: LGPL-2.1-only
 
 lib_LTLIBRARIES = liblttng-ust-common.la
 
 liblttng_ust_common_la_SOURCES = \
+       clock.c \
+       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
+       $(top_builddir)/src/common/libcommon.la \
+       $(DL_LIBS)
 
 liblttng_ust_common_la_LDFLAGS = -no-undefined -version-info $(LTTNG_UST_LIBRARY_VERSION)
 
This page took 0.023895 seconds and 4 git commands to generate.