Commit | Line | Data |
---|---|---|
1c39da61 | 1 | AM_CPPFLAGS = -DINSTALL_BIN_PATH=\""$(bindir)"\" |
3f5fa9ed | 2 | |
fac6795d DG |
3 | bin_PROGRAMS = lttng |
4 | ||
68080f48 | 5 | lttng_SOURCES = command.h conf.c conf.h commands/start.c \ |
f3ed775e DG |
6 | commands/list.c commands/create.c commands/destroy.c \ |
7 | commands/stop.c commands/enable_events.c \ | |
d36b8583 | 8 | commands/disable_events.c commands/enable_channels.c \ |
d65106b1 | 9 | commands/disable_channels.c commands/add_context.c \ |
eb9cb8b7 | 10 | commands/set_session.c commands/version.c \ |
0c95f5b2 DG |
11 | commands/calibrate.c commands/view.c \ |
12 | utils.c utils.h lttng.c | |
fac6795d | 13 | |
10a8a223 | 14 | lttng_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la |