5eb1a03d24a9f7846deee94d1f46acd95b60b99a
[lttng-ust.git] / src / lib / lttng-ust-pthread-wrapper / Makefile.am
1 # SPDX-License-Identifier: LGPL-2.1-only
2
3 AM_CFLAGS += -I$(srcdir)
4
5 lib_LTLIBRARIES = liblttng-ust-pthread-wrapper.la
6
7 liblttng_ust_pthread_wrapper_la_SOURCES = \
8 lttng-ust-pthread.c \
9 ust_pthread.h
10
11 liblttng_ust_pthread_wrapper_la_LIBADD = \
12 $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la \
13 $(DL_LIBS)
14
15 liblttng_ust_pthread_wrapper_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
This page took 0.030378 seconds and 3 git commands to generate.