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