Fix: userspace probe accessors are not const-correct
[lttng-tools.git] / src / bin / lttng / Makefile.am
CommitLineData
343af227 1AM_CPPFLAGS += -DINSTALL_BIN_PATH=\""$(bindir)"\"
3f5fa9ed 2
4fc83d94
PP
3if EMBED_HELP
4AM_CPPFLAGS += -I$(top_builddir)/doc/man
5endif
6
d26c59c5
MD
7AUTOMAKE_OPTIONS = subdir-objects
8
fac6795d
DG
9bin_PROGRAMS = lttng
10
68080f48 11lttng_SOURCES = command.h conf.c conf.h commands/start.c \
f3ed775e
DG
12 commands/list.c commands/create.c commands/destroy.c \
13 commands/stop.c commands/enable_events.c \
d36b8583 14 commands/disable_events.c commands/enable_channels.c \
d65106b1 15 commands/disable_channels.c commands/add_context.c \
eb9cb8b7 16 commands/set_session.c commands/version.c \
95057847 17 commands/view.c \
57f272ed 18 commands/snapshot.c \
c864d6d7 19 commands/save.c \
8c42d845 20 commands/load.c \
ccf10263 21 commands/track-untrack.c \
54a0adbf 22 commands/status.c \
93ec662e 23 commands/metadata.c \
eded6438 24 commands/regenerate.c \
960afba4 25 commands/help.c \
d68c9a04 26 commands/rotate.c \
259c2674
JD
27 commands/enable_rotation.c \
28 commands/disable_rotation.c \
0c95f5b2 29 utils.c utils.h lttng.c
fac6795d 30
00e2e675 31lttng_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
8c42d845 32 $(top_builddir)/src/common/libcommon.la \
9f449915 33 $(top_builddir)/src/common/config/libconfig.la \
4f985cf8
MJ
34 $(top_builddir)/src/common/string-utils/libstring-utils.la \
35 $(POPT_LIBS)
This page took 0.06577 seconds and 5 git commands to generate.