Internal logging lazy-initialization
[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 = \
6 fd-tracker.c \
7 ust-common.c \
8 lttng-ust-urcu.c \
9 lttng-ust-urcu-pointer.c
10
11liblttng_ust_common_la_LIBADD = \
12 $(top_builddir)/src/common/libcommon.la
13
14liblttng_ust_common_la_LDFLAGS = -no-undefined -version-info $(LTTNG_UST_LIBRARY_VERSION)
15
This page took 0.022751 seconds and 4 git commands to generate.