Sessiond: Implement cmd_clear_session
[lttng-tools.git] / src / bin / lttng-sessiond / Makefile.am
index e1e5a00e8764c230d510835e679ebf29a4ac348d..9d2631fc401e233381d3279c425096fc9b91c5ca 100644 (file)
@@ -10,7 +10,7 @@ bin_PROGRAMS = lttng-sessiond
 lttng_sessiond_SOURCES = utils.c utils.h \
                        trace-kernel.c trace-kernel.h \
                        kernel.c kernel.h \
-                       ust-ctl.h ust-app.h trace-ust.h ust-thread.h \
+                       ust-ctl.h ust-app.h trace-ust.h notify-apps.h \
                        ust-registry.h \
                        context.c context.h \
                        channel.c channel.h \
@@ -48,11 +48,13 @@ lttng_sessiond_SOURCES = utils.c utils.h \
                        dispatch.c dispatch.h \
                        register.c register.h \
                        manage-apps.c manage-apps.h \
-                       manage-kernel.c manage-kernel.h
+                       manage-kernel.c manage-kernel.h \
+                       manage-consumer.c manage-consumer.h \
+                       clear.c
 
 if HAVE_LIBLTTNG_UST_CTL
 lttng_sessiond_SOURCES += trace-ust.c ust-registry.c ust-app.c \
-                       ust-consumer.c ust-consumer.h ust-thread.c \
+                       ust-consumer.c ust-consumer.h notify-apps.c \
                        ust-metadata.c ust-clock.h agent-thread.c agent-thread.h \
                        ust-field-utils.h ust-field-utils.c
 endif
This page took 0.026365 seconds and 5 git commands to generate.