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