Move the clock plugin implementation to liblttng-ust-common
[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 ust-common.c \
11 lttng-ust-urcu.c \
12 lttng-ust-urcu-pointer.c
13
14 liblttng_ust_common_la_LIBADD = \
15 $(top_builddir)/src/common/libcommon.la \
16 $(DL_LIBS)
17
18 liblttng_ust_common_la_LDFLAGS = -no-undefined -version-info $(LTTNG_UST_LIBRARY_VERSION)
19
This page took 0.029666 seconds and 4 git commands to generate.