Initialize liblttng-ust-common in dependent libraries
[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.031245 seconds and 5 git commands to generate.