Load session configurations from lttng-sessiond's main thread
[lttng-tools.git] / src / bin / lttng-sessiond / Makefile.am
index cfcdc5e86188dc34702af07973059b3dee8b41cc..eaf388b015605566db372805929babec64fff526 100644 (file)
@@ -30,7 +30,6 @@ lttng_sessiond_SOURCES = utils.c utils.h \
                        snapshot.c snapshot.h \
                        agent.c agent.h \
                        save.h save.c \
-                       load-session-thread.h load-session-thread.c \
                        lttng-syscall.h lttng-syscall.c \
                        notification-thread.h notification-thread.c \
                        notification-thread-internal.h \
@@ -43,7 +42,14 @@ lttng_sessiond_SOURCES = utils.c utils.h \
                        ready.c \
                        globals.c \
                        thread-utils.c \
-                       process-utils.c
+                       process-utils.c \
+                       thread.c thread.h \
+                       health.c \
+                       client.c client.h \
+                       dispatch.c dispatch.h \
+                       register.c register.h \
+                       manage-apps.c manage-apps.h \
+                       manage-kernel.c manage-kernel.h
 
 if HAVE_LIBLTTNG_UST_CTL
 lttng_sessiond_SOURCES += trace-ust.c ust-registry.c ust-app.c \
This page took 0.024913 seconds and 5 git commands to generate.