b85be9f6066ee528f7ce0be9f9a0ea2b1981ee00
[lttng-ust.git] / src / lib / lttng-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
9 liblttng_ust_ctl_la_LDFLAGS = \
10 -version-info $(LTTNG_UST_CTL_LIBRARY_VERSION)
11
12 liblttng_ust_ctl_la_LIBADD = \
13 $(top_builddir)/src/lib/lttng-ust/liblttng-ust-common.la \
14 $(top_builddir)/src/lib/lttng-ust/liblttng-ust-support.la \
15 $(top_builddir)/src/common/libustcomm.la \
16 $(top_builddir)/src/common/libcommon.la \
17 $(DL_LIBS)
This page took 0.029112 seconds and 3 git commands to generate.