Move to kernel style SPDX license identifiers
[lttng-ust.git] / liblttng-ust-ctl / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: LGPL-2.1-only
2
3AM_CPPFLAGS += -I$(top_srcdir)/liblttng-ust-comm
4AM_CFLAGS += -fno-strict-aliasing
5
6lib_LTLIBRARIES = liblttng-ust-ctl.la
7
8liblttng_ust_ctl_la_SOURCES = ustctl.c ust-ctl-private.h
9liblttng_ust_ctl_la_LDFLAGS = \
10 -version-info $(LTTNG_UST_CTL_LIBRARY_VERSION)
11
12liblttng_ust_ctl_la_LIBADD = \
13 $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \
14 $(top_builddir)/liblttng-ust/liblttng-ust-support.la \
15 $(top_builddir)/snprintf/libustsnprintf.la \
16 -ldl
This page took 0.02201 seconds and 4 git commands to generate.