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