Force to specify the type with add-context
[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 \
d65106b1 9 commands/disable_channels.c commands/add_context.c \
3087ef18 10 commands/set_session.c utils.c lttng.c
fac6795d
DG
11
12lttng_LDADD = \
13 $(top_builddir)/liblttngctl/liblttngctl.la
This page took 0.024723 seconds and 5 git commands to generate.