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