807d8fa6317efafd6224353b21e958c8c728f010
[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
5 lib_LTLIBRARIES = liblttng-ust-ctl.la
6
7 liblttng_ust_ctl_la_SOURCES = ustctl.c
8 liblttng_ust_ctl_la_LDFLAGS = \
9 -version-info $(LTTNG_UST_CTL_LIBRARY_VERSION)
10
11 liblttng_ust_ctl_la_LIBADD = \
12 $(top_builddir)/src/lib/lttng-ust-common/liblttng-ust-common.la \
13 $(top_builddir)/src/lib/lttng-ust/liblttng-ust-support.la \
14 $(top_builddir)/src/common/libustcomm.la \
15 $(top_builddir)/src/common/libcommon.la \
16 $(DL_LIBS)
This page took 0.029795 seconds and 3 git commands to generate.