X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2FMakefile.am;h=7cf329ee24c03d59808dadffe6b9fb642fcb53e6;hp=21eebab7d6b3a797e6805203bf9131b25ec90d63;hb=54a0adbf3cf5cd691d57b9ebaef083cad30273e1;hpb=74130cb7d45f2c698c1a9f224bf8e7a2f2368f18 diff --git a/src/bin/lttng/Makefile.am b/src/bin/lttng/Makefile.am index 21eebab7d..7cf329ee2 100644 --- a/src/bin/lttng/Makefile.am +++ b/src/bin/lttng/Makefile.am @@ -1,6 +1,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \ -DINSTALL_BIN_PATH=\""$(bindir)"\" +AUTOMAKE_OPTIONS = subdir-objects + bin_PROGRAMS = lttng lttng_SOURCES = command.h conf.c conf.h commands/start.c \ @@ -10,8 +12,13 @@ lttng_SOURCES = command.h conf.c conf.h commands/start.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/snapshot.c \ + commands/save.c \ + commands/load.c \ + commands/track-untrack.c \ + commands/status.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