Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / lttng-ust-common / Makefile.am
... / ...
CommitLineData
1# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
2#
3# SPDX-License-Identifier: LGPL-2.1-only
4
5lib_LTLIBRARIES = liblttng-ust-common.la
6
7liblttng_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
19liblttng_ust_common_la_LIBADD = \
20 $(top_builddir)/src/common/libcommon.la \
21 $(DL_LIBS)
22
23liblttng_ust_common_la_LDFLAGS = -no-undefined -version-info $(LTTNG_UST_LIBRARY_VERSION)
24
This page took 0.022595 seconds and 4 git commands to generate.