Add disable all support and fix enable all
[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 \
e953ef25 8 commands/disable_events.c utils.c lttng.c
fac6795d
DG
9
10lttng_LDADD = \
11 $(top_builddir)/liblttngctl/liblttngctl.la
This page took 0.02399 seconds and 5 git commands to generate.