X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbin%2Flttng%2FMakefile.am;h=b911f334c7bc39f1012711256884bd8d59101fc9;hb=01f55be4d700e2241e96f50794d7f887024744c2;hp=ac4063b7a3ea5d7c3528a05a172bcecd449a6f6d;hpb=c864d6d788c58de94111911a9e10d221ec8bc398;p=lttng-tools.git diff --git a/src/bin/lttng/Makefile.am b/src/bin/lttng/Makefile.am index ac4063b7a..b911f334c 100644 --- a/src/bin/lttng/Makefile.am +++ b/src/bin/lttng/Makefile.am @@ -12,10 +12,15 @@ 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 \ + commands/metadata.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