1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \
2 -DINSTALL_BIN_PATH=\""$(bindir)"\"
5 AM_CPPFLAGS += -I$(top_builddir)/doc/man
8 AUTOMAKE_OPTIONS = subdir-objects
12 lttng_SOURCES = command.h conf.c conf.h commands/start.c \
13 commands/list.c commands/create.c commands/destroy.c \
14 commands/stop.c commands/enable_events.c \
15 commands/disable_events.c commands/enable_channels.c \
16 commands/disable_channels.c commands/add_context.c \
17 commands/set_session.c commands/version.c \
22 commands/track-untrack.c \
25 commands/regenerate.c \
27 utils.c utils.h lttng.c
29 lttng_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
30 $(top_builddir)/src/common/libcommon.la \
31 $(top_builddir)/src/common/config/libconfig.la