SoW-2020-0002: Trace Hit Counters
[lttng-tools.git] / src / bin / lttng / Makefile.am
index 50ab92988db3d88b957bc3aba9af6181d12d73ec..6c262622f10be35ef1412a7177a6fdc6f2c1157a 100644 (file)
@@ -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
This page took 0.024422 seconds and 5 git commands to generate.