trigger: consider domain on register and unregister
[lttng-tools.git] / src / lib / lttng-ctl / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: GPL-2.0-only
2
3SUBDIRS =
4
5AM_CPPFLAGS += -I$(srcdir) -I$(builddir)
6
7lib_LTLIBRARIES = liblttng-ctl.la
8
9liblttng_ctl_la_SOURCES = lttng-ctl.c snapshot.c lttng-ctl-helper.h \
10 lttng-ctl-health.c save.c load.c deprecated-symbols.c \
11 channel.c rotate.c event.c destruction-handle.c clear.c \
12 tracker.c
13
14liblttng_ctl_la_LDFLAGS = \
15 $(LT_NO_UNDEFINED)
16
17liblttng_ctl_la_LIBADD = \
18 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
19 $(top_builddir)/src/common/libcommon.la
20
21pkgconfigdir = $(libdir)/pkgconfig
22pkgconfig_DATA = lttng-ctl.pc
This page took 0.023078 seconds and 4 git commands to generate.