Add load command to the lttng client
[lttng-tools.git] / src / bin / lttng / Makefile.am
index ac4063b7a3ea5d7c3528a05a172bcecd449a6f6d..5a1eb6aedea18d28935856473fb7fcf009656fc2 100644 (file)
@@ -15,7 +15,9 @@ lttng_SOURCES = command.h conf.c conf.h commands/start.c \
                                commands/enable_consumer.c commands/disable_consumer.c \
                                commands/snapshot.c \
                                commands/save.c \
+                               commands/load.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
This page took 0.026624 seconds and 5 git commands to generate.