23fff77a7f9d144900df5df2e8b0e4071dae7dde
[lttng-tools.git] / src / bin / lttng / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \
2 -DINSTALL_BIN_PATH=\""$(bindir)"\"
3
4 if EMBED_HELP
5 AM_CPPFLAGS += -I$(top_builddir)/doc/man
6 endif
7
8 AUTOMAKE_OPTIONS = subdir-objects
9
10 bin_PROGRAMS = lttng
11
12 lttng_SOURCES = command.h conf.c conf.h commands/start.c \
13 commands/list.c commands/create.c commands/destroy.c \
14 commands/stop.c commands/enable_events.c \
15 commands/disable_events.c commands/enable_channels.c \
16 commands/disable_channels.c commands/add_context.c \
17 commands/set_session.c commands/version.c \
18 commands/view.c \
19 commands/snapshot.c \
20 commands/save.c \
21 commands/load.c \
22 commands/track-untrack.c \
23 commands/status.c \
24 commands/metadata.c \
25 commands/regenerate.c \
26 commands/help.c \
27 utils.c utils.h lttng.c
28
29 lttng_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
30 $(top_builddir)/src/common/libcommon.la \
31 $(top_builddir)/src/common/config/libconfig.la
This page took 0.029516 seconds and 3 git commands to generate.