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