X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2FMakefile.am;h=23fff77a7f9d144900df5df2e8b0e4071dae7dde;hb=7712f784d95ae23c57e0f373ecf5b8b4be7bf1aa;hp=c3a43fa2f2182b45d4d371dcf79d405a8e60fffe;hpb=d26c59c5718ae2f725287cb5997f2902e095ea31;p=lttng-tools.git diff --git a/src/bin/lttng/Makefile.am b/src/bin/lttng/Makefile.am index c3a43fa2f..23fff77a7 100644 --- a/src/bin/lttng/Makefile.am +++ b/src/bin/lttng/Makefile.am @@ -1,6 +1,10 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \ -DINSTALL_BIN_PATH=\""$(bindir)"\" +if EMBED_HELP +AM_CPPFLAGS += -I$(top_builddir)/doc/man +endif + AUTOMAKE_OPTIONS = subdir-objects bin_PROGRAMS = lttng @@ -11,10 +15,17 @@ lttng_SOURCES = command.h conf.c conf.h commands/start.c \ commands/disable_events.c commands/enable_channels.c \ commands/disable_channels.c commands/add_context.c \ commands/set_session.c commands/version.c \ - commands/calibrate.c commands/view.c \ - commands/enable_consumer.c commands/disable_consumer.c \ + commands/view.c \ commands/snapshot.c \ + commands/save.c \ + commands/load.c \ + commands/track-untrack.c \ + commands/status.c \ + commands/metadata.c \ + commands/regenerate.c \ + commands/help.c \ utils.c utils.h lttng.c lttng_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \ - $(top_builddir)/src/common/libcommon.la + $(top_builddir)/src/common/libcommon.la \ + $(top_builddir)/src/common/config/libconfig.la