Add --enable-embedded-help option to embed --help messages in binaries
[lttng-tools.git] / src / bin / lttng / Makefile.am
CommitLineData
74130cb7
PC
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \
2 -DINSTALL_BIN_PATH=\""$(bindir)"\"
3f5fa9ed 3
4fc83d94
PP
4if EMBED_HELP
5AM_CPPFLAGS += -I$(top_builddir)/doc/man
6endif
7
d26c59c5
MD
8AUTOMAKE_OPTIONS = subdir-objects
9
fac6795d
DG
10bin_PROGRAMS = lttng
11
68080f48 12lttng_SOURCES = command.h conf.c conf.h commands/start.c \
f3ed775e
DG
13 commands/list.c commands/create.c commands/destroy.c \
14 commands/stop.c commands/enable_events.c \
d36b8583 15 commands/disable_events.c commands/enable_channels.c \
d65106b1 16 commands/disable_channels.c commands/add_context.c \
eb9cb8b7 17 commands/set_session.c commands/version.c \
95057847 18 commands/view.c \
57f272ed 19 commands/snapshot.c \
c864d6d7 20 commands/save.c \
8c42d845 21 commands/load.c \
ccf10263 22 commands/track-untrack.c \
54a0adbf 23 commands/status.c \
93ec662e 24 commands/metadata.c \
eded6438 25 commands/regenerate.c \
960afba4 26 commands/help.c \
0c95f5b2 27 utils.c utils.h lttng.c
fac6795d 28
00e2e675 29lttng_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
8c42d845
JG
30 $(top_builddir)/src/common/libcommon.la \
31 $(top_builddir)/src/common/config/libconfig.la
This page took 0.059809 seconds and 5 git commands to generate.