Use install path for exec()
[lttng-tools.git] / lttng / Makefile.am
CommitLineData
fac6795d 1AM_CPPFLAGS = -I$(top_srcdir)/include
fac6795d 2
3f5fa9ed
DG
3INCLUDES = -DINSTALL_PATH=\""$(bindir)"\"
4
fac6795d
DG
5bin_PROGRAMS = lttng
6
6e2d116c 7lttng_SOURCES = cmd.h conf.c conf.h commands/start.c \
f3ed775e
DG
8 commands/list.c commands/create.c commands/destroy.c \
9 commands/stop.c commands/enable_events.c \
d36b8583 10 commands/disable_events.c commands/enable_channels.c \
d65106b1 11 commands/disable_channels.c commands/add_context.c \
eb9cb8b7 12 commands/set_session.c commands/version.c \
6e2d116c 13 utils.c utils.h lttng.c
fac6795d
DG
14
15lttng_LDADD = \
16 $(top_builddir)/liblttngctl/liblttngctl.la
This page took 0.025271 seconds and 5 git commands to generate.