X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2FMakefile.am;h=6c262622f10be35ef1412a7177a6fdc6f2c1157a;hp=50ab92988db3d88b957bc3aba9af6181d12d73ec;hb=refs%2Fheads%2Fsow-2020-0002-rev2;hpb=11f6ce94d8fb73f017888681aaba5d7df55fc735 diff --git a/src/bin/lttng/Makefile.am b/src/bin/lttng/Makefile.am index 50ab92988..6c262622f 100644 --- a/src/bin/lttng/Makefile.am +++ b/src/bin/lttng/Makefile.am @@ -14,9 +14,13 @@ lttng_SOURCES = command.h conf.c conf.h commands/start.c \ commands/list.c commands/create.c commands/destroy.c \ commands/stop.c commands/enable_events.c \ commands/disable_events.c commands/enable_channels.c \ + commands/add_map.c \ + commands/enable_map.c \ + commands/disable_map.c \ commands/disable_channels.c commands/add_context.c \ commands/set_session.c commands/version.c \ commands/view.c \ + commands/view_map.c \ commands/snapshot.c \ commands/save.c \ commands/load.c \ @@ -44,4 +48,5 @@ lttng_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \ $(top_builddir)/src/common/string-utils/libstring-utils.la \ $(top_builddir)/src/common/filter/libfilter.la \ $(top_builddir)/src/common/argpar/libargpar.la \ - $(POPT_LIBS) + $(POPT_LIBS) \ + -lm