Add the sessiond notification-handling subsystem
[lttng-tools.git] / src / bin / lttng-sessiond / Makefile.am
index 4238661397275622c9cf79a6c8a9b1d6982a9894..0ac7506b440dc825151c32db1bbeca862c70613c 100644 (file)
@@ -30,7 +30,10 @@ lttng_sessiond_SOURCES = utils.c utils.h \
                        agent.c agent.h \
                        save.h save.c \
                        load-session-thread.h load-session-thread.c \
-                       syscall.h syscall.c
+                       syscall.h syscall.c \
+                       notification-thread.h notification-thread.c \
+                       notification-thread-commands.h notification-thread-commands.c \
+                       notification-thread-events.h notification-thread-events.c
 
 if HAVE_LIBLTTNG_UST_CTL
 lttng_sessiond_SOURCES += trace-ust.c ust-registry.c ust-app.c \
This page took 0.022899 seconds and 4 git commands to generate.