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