Add disable kernel channel support
[lttng-tools.git] / lttng / Makefile.am
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 utils.c lttng.c
10
11 lttng_LDADD = \
12 $(top_builddir)/liblttngctl/liblttngctl.la
This page took 0.029349 seconds and 4 git commands to generate.