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