6aefbae31ba1bf4b5ed0821215e39cd0a021be21
[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 commands/disable_channels.c commands/add_context.c \
10 commands/set_session.c utils.c lttng.c
11
12 lttng_LDADD = \
13 $(top_builddir)/liblttngctl/liblttngctl.la
This page took 0.029457 seconds and 3 git commands to generate.