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