Initial import of the snapshot ABI/API in lttng-ctl
[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
fac6795d
DG
4bin_PROGRAMS = lttng
5
68080f48 6lttng_SOURCES = command.h conf.c conf.h commands/start.c \
f3ed775e
DG
7 commands/list.c commands/create.c commands/destroy.c \
8 commands/stop.c commands/enable_events.c \
d36b8583 9 commands/disable_events.c commands/enable_channels.c \
d65106b1 10 commands/disable_channels.c commands/add_context.c \
eb9cb8b7 11 commands/set_session.c commands/version.c \
0c95f5b2 12 commands/calibrate.c commands/view.c \
00e2e675 13 commands/enable_consumer.c commands/disable_consumer.c \
0c95f5b2 14 utils.c utils.h lttng.c
fac6795d 15
00e2e675
DG
16lttng_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
17 $(top_builddir)/src/common/libcommon.la
This page took 0.031681 seconds and 4 git commands to generate.