Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / lttng-ust-ctl / Makefile.am
1 # SPDX-FileCopyrightText: 2023 EfficiOS, Inc
2 #
3 # SPDX-License-Identifier: LGPL-2.1-only
4
5 AM_CPPFLAGS += -I$(top_srcdir)/liblttng-ust-comm
6
7 lib_LTLIBRARIES = liblttng-ust-ctl.la
8
9 liblttng_ust_ctl_la_SOURCES = ustctl.c
10 liblttng_ust_ctl_la_LDFLAGS = \
11 -version-info $(LTTNG_UST_CTL_LIBRARY_VERSION)
12
13 liblttng_ust_ctl_la_LIBADD = \
14 $(top_builddir)/src/lib/lttng-ust-common/liblttng-ust-common.la \
15 $(top_builddir)/src/common/libringbuffer.la \
16 $(top_builddir)/src/common/libringbuffer-clients.la \
17 $(top_builddir)/src/common/libcounter.la \
18 $(top_builddir)/src/common/libcounter-clients.la \
19 $(top_builddir)/src/common/libustcomm.la \
20 $(top_builddir)/src/common/libcommon.la \
21 $(DL_LIBS)
This page took 0.030086 seconds and 4 git commands to generate.