Move to kernel style SPDX license identifiers
[lttng-ust.git] / liblttng-ust-ctl / Makefile.am
1 # SPDX-License-Identifier: LGPL-2.1-only
2
3 AM_CPPFLAGS += -I$(top_srcdir)/liblttng-ust-comm
4 AM_CFLAGS += -fno-strict-aliasing
5
6 lib_LTLIBRARIES = liblttng-ust-ctl.la
7
8 liblttng_ust_ctl_la_SOURCES = ustctl.c ust-ctl-private.h
9 liblttng_ust_ctl_la_LDFLAGS = \
10 -version-info $(LTTNG_UST_CTL_LIBRARY_VERSION)
11
12 liblttng_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.029362 seconds and 4 git commands to generate.