Add disable kernel channel support
[lttng-tools.git] / lttng / Makefile.am
CommitLineData
fac6795d 1AM_CPPFLAGS = -I$(top_srcdir)/include
fac6795d
DG
2
3bin_PROGRAMS = lttng
4
beb8c75a 5lttng_SOURCES = conf.c commands/start.c commands/add_channel.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 \
26cc6b4e 9 commands/disable_channels.c utils.c lttng.c
fac6795d
DG
10
11lttng_LDADD = \
12 $(top_builddir)/liblttngctl/liblttngctl.la
This page took 0.0228 seconds and 4 git commands to generate.