Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / lttng-ust-common / Makefile.am
1 # SPDX-FileCopyrightText: 2023 EfficiOS, Inc
2 #
3 # SPDX-License-Identifier: LGPL-2.1-only
4
5 lib_LTLIBRARIES = liblttng-ust-common.la
6
7 liblttng_ust_common_la_SOURCES = \
8 clock.c \
9 clock.h \
10 fd-tracker.c \
11 fd-tracker.h \
12 getcpu.c \
13 getcpu.h \
14 ust-common.c \
15 lttng-ust-urcu.c \
16 lttng-ust-urcu-pointer.c \
17 ust-cancelstate.c
18
19 liblttng_ust_common_la_LIBADD = \
20 $(top_builddir)/src/common/libcommon.la \
21 $(DL_LIBS)
22
23 liblttng_ust_common_la_LDFLAGS = -no-undefined -version-info $(LTTNG_UST_LIBRARY_VERSION)
24
This page took 0.038237 seconds and 4 git commands to generate.