Major changes
[lttng-tools.git] / lttng / Makefile.am
CommitLineData
fac6795d 1AM_CPPFLAGS = -I$(top_srcdir)/include
fac6795d
DG
2
3bin_PROGRAMS = lttng
4
f3ed775e
DG
5lttng_SOURCES = config.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 utils.c lttng.c
fac6795d
DG
9
10lttng_LDADD = \
11 $(top_builddir)/liblttngctl/liblttngctl.la
This page took 0.022749 seconds and 4 git commands to generate.