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