1 AM_CPPFLAGS += -DINSTALL_BIN_PATH=\""$(bindir)"\"
4 AM_CPPFLAGS += -I$(top_builddir)/doc/man
7 AUTOMAKE_OPTIONS = subdir-objects
11 lttng_SOURCES = command.h conf.c conf.h commands/start.c \
12 commands/list.c commands/create.c commands/destroy.c \
13 commands/stop.c commands/enable_events.c \
14 commands/disable_events.c commands/enable_channels.c \
15 commands/disable_channels.c commands/add_context.c \
16 commands/set_session.c commands/version.c \
21 commands/track-untrack.c \
24 commands/regenerate.c \
26 utils.c utils.h lttng.c
28 lttng_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
29 $(top_builddir)/src/common/libcommon.la \
30 $(top_builddir)/src/common/config/libconfig.la \
31 $(top_builddir)/src/common/string-utils/libstring-utils.la \