Backport:Fix: Don't override user variables within the build system
[lttng-tools.git] / src / bin / lttng / Makefile.am
CommitLineData
d893a65a 1AM_CPPFLAGS += -DINSTALL_BIN_PATH=\""$(bindir)"\"
3f5fa9ed 2
d26c59c5
MD
3AUTOMAKE_OPTIONS = subdir-objects
4
fac6795d
DG
5bin_PROGRAMS = lttng
6
68080f48 7lttng_SOURCES = command.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 \
95057847 13 commands/view.c \
57f272ed 14 commands/snapshot.c \
c864d6d7 15 commands/save.c \
8c42d845 16 commands/load.c \
ccf10263 17 commands/track-untrack.c \
54a0adbf 18 commands/status.c \
93ec662e 19 commands/metadata.c \
eded6438 20 commands/regenerate.c \
960afba4 21 commands/help.c \
0c95f5b2 22 utils.c utils.h lttng.c
fac6795d 23
00e2e675 24lttng_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
8c42d845
JG
25 $(top_builddir)/src/common/libcommon.la \
26 $(top_builddir)/src/common/config/libconfig.la
This page took 0.062249 seconds and 5 git commands to generate.