Add disable all support and fix enable all
[lttng-tools.git] / lttng / Makefile.am
... / ...
CommitLineData
1AM_CPPFLAGS = -I$(top_srcdir)/include
2
3bin_PROGRAMS = lttng
4
5lttng_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 utils.c lttng.c
9
10lttng_LDADD = \
11 $(top_builddir)/liblttngctl/liblttngctl.la
This page took 0.023206 seconds and 5 git commands to generate.