lttng-ctl: add event expression API
[lttng-tools.git] / src / lib / lttng-ctl / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 SUBDIRS =
4
5 AM_CPPFLAGS += -I$(srcdir) -I$(builddir)
6
7 lib_LTLIBRARIES = liblttng-ctl.la
8
9 liblttng_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 event-expr.c \
13 tracker.c
14
15 liblttng_ctl_la_LDFLAGS = \
16 $(LT_NO_UNDEFINED)
17
18 liblttng_ctl_la_LIBADD = \
19 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
20 $(top_builddir)/src/common/libcommon.la
21
22 pkgconfigdir = $(libdir)/pkgconfig
23 pkgconfig_DATA = lttng-ctl.pc
This page took 0.030192 seconds and 4 git commands to generate.