lttng: Add list-triggers command
[lttng-tools.git] / src / bin / lttng / Makefile.am
CommitLineData
ab5be9fa
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
343af227 3AM_CPPFLAGS += -DINSTALL_BIN_PATH=\""$(bindir)"\"
3f5fa9ed 4
4fc83d94
PP
5if EMBED_HELP
6AM_CPPFLAGS += -I$(top_builddir)/doc/man
7endif
8
d26c59c5
MD
9AUTOMAKE_OPTIONS = subdir-objects
10
fac6795d
DG
11bin_PROGRAMS = lttng
12
68080f48 13lttng_SOURCES = command.h conf.c conf.h commands/start.c \
f3ed775e
DG
14 commands/list.c commands/create.c commands/destroy.c \
15 commands/stop.c commands/enable_events.c \
d36b8583 16 commands/disable_events.c commands/enable_channels.c \
d65106b1 17 commands/disable_channels.c commands/add_context.c \
eb9cb8b7 18 commands/set_session.c commands/version.c \
95057847 19 commands/view.c \
57f272ed 20 commands/snapshot.c \
c864d6d7 21 commands/save.c \
8c42d845 22 commands/load.c \
ccf10263 23 commands/track-untrack.c \
54a0adbf 24 commands/status.c \
93ec662e 25 commands/metadata.c \
eded6438 26 commands/regenerate.c \
960afba4 27 commands/help.c \
d68c9a04 28 commands/rotate.c \
259c2674
JD
29 commands/enable_rotation.c \
30 commands/disable_rotation.c \
511ed4e2 31 commands/clear.c \
7e8f2e9c 32 loglevel.c loglevel.h \
4624dad0 33 commands/add_trigger.c \
0de2479d 34 commands/list_triggers.c \
4624dad0 35 utils.c utils.h lttng.c \
0c4e727b 36 uprobe.c uprobe.h
fac6795d 37
f541e771
YL
38lttng_CFLAGS = $(AM_CFLAGS) $(POPT_CFLAGS)
39
00e2e675 40lttng_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
8c42d845 41 $(top_builddir)/src/common/libcommon.la \
9f449915 42 $(top_builddir)/src/common/config/libconfig.la \
4f985cf8 43 $(top_builddir)/src/common/string-utils/libstring-utils.la \
e4d2f27a 44 $(top_builddir)/src/common/filter/libfilter.la \
4624dad0 45 $(top_builddir)/src/common/argpar/libargpar.la \
4f985cf8 46 $(POPT_LIBS)
This page took 0.054657 seconds and 4 git commands to generate.