Move the clock plugin implementation to liblttng-ust-common
[lttng-ust.git] / src / lib / lttng-ust-common / Makefile.am
CommitLineData
793dd3d9
MJ
1# SPDX-License-Identifier: LGPL-2.1-only
2
3lib_LTLIBRARIES = liblttng-ust-common.la
4
5liblttng_ust_common_la_SOURCES = \
f41a6b5f
MJ
6 clock.c \
7 clock.h \
793dd3d9 8 fd-tracker.c \
fca97dfd 9 fd-tracker.h \
793dd3d9
MJ
10 ust-common.c \
11 lttng-ust-urcu.c \
12 lttng-ust-urcu-pointer.c
13
14liblttng_ust_common_la_LIBADD = \
f41a6b5f
MJ
15 $(top_builddir)/src/common/libcommon.la \
16 $(DL_LIBS)
793dd3d9
MJ
17
18liblttng_ust_common_la_LDFLAGS = -no-undefined -version-info $(LTTNG_UST_LIBRARY_VERSION)
19
This page took 0.023485 seconds and 4 git commands to generate.