Commit | Line | Data |
---|---|---|
1 | AM_CPPFLAGS = -I$(top_srcdir)/include | |
2 | ||
3 | bin_PROGRAMS = lttng | |
4 | ||
5 | lttng_SOURCES = conf.c commands/start.c commands/add_channel.c \ | |
6 | commands/list.c commands/create.c commands/destroy.c \ | |
7 | commands/stop.c commands/enable_events.c \ | |
8 | commands/disable_events.c commands/enable_channels.c \ | |
9 | commands/disable_channels.c commands/add_context.c \ | |
10 | commands/set_session.c utils.c lttng.c | |
11 | ||
12 | lttng_LDADD = \ | |
13 | $(top_builddir)/liblttngctl/liblttngctl.la |