X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2FMakefile.am;h=7cf329ee24c03d59808dadffe6b9fb642fcb53e6;hp=b7aa05d28bd967745c5873242250ed160f494258;hb=54a0adbf3cf5cd691d57b9ebaef083cad30273e1;hpb=57f272edb1b4ccb8869e3f5b69eb5461bcb56101 diff --git a/src/bin/lttng/Makefile.am b/src/bin/lttng/Makefile.am index b7aa05d28..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,9 +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