Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / lttng-ust-dl / Makefile.am
CommitLineData
e03d7c66
MJ
1# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
2#
c0c0989a
MJ
3# SPDX-License-Identifier: LGPL-2.1-only
4
08c0c18a 5AM_CFLAGS += -I$(srcdir)
b13d93c2
PW
6
7lib_LTLIBRARIES = liblttng-ust-dl.la
13436238 8liblttng_ust_dl_la_SOURCES = \
6d4658aa
AB
9 lttng-ust-dl.c \
10 ust_dl.c \
11 ust_dl.h
b13d93c2 12
9d4d2a63 13liblttng_ust_dl_la_LIBADD = \
6339062a 14 $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la \
d8621b3e 15 $(top_builddir)/src/common/libcommon.la \
9d4d2a63 16 $(DL_LIBS)
b13d93c2 17
e1c62734 18liblttng_ust_dl_la_CFLAGS = -DUST_COMPONENT=liblttng-ust-dl $(AM_CFLAGS)
05e8ff1f 19liblttng_ust_dl_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
This page took 0.033411 seconds and 4 git commands to generate.