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