X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2FMakefile.am;h=fba2a5a1c40919141e3112569aee5e15f6bb393d;hp=27491c87089ec5b0976c5930cee6802df2152be5;hb=4ec029ed8d032ac98d8dc158a751841b7c150639;hpb=1785d7f29bf3f162f37152ee9ea8907b9bc6d9d2 diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index 27491c870..fba2a5a1c 100644 --- a/src/bin/lttng-sessiond/Makefile.am +++ b/src/bin/lttng-sessiond/Makefile.am @@ -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 \ @@ -40,7 +39,6 @@ lttng_sessiond_SOURCES = utils.c utils.h \ rotate.h rotate.c \ rotation-thread.h rotation-thread.c \ timer.c timer.h \ - ready.c \ globals.c \ thread-utils.c \ process-utils.c \ @@ -48,7 +46,10 @@ lttng_sessiond_SOURCES = utils.c utils.h \ health.c \ client.c client.h \ dispatch.c dispatch.h \ - register.c register.h + register.c register.h \ + manage-apps.c manage-apps.h \ + manage-kernel.c manage-kernel.h \ + manage-consumer.c manage-consumer.h if HAVE_LIBLTTNG_UST_CTL lttng_sessiond_SOURCES += trace-ust.c ust-registry.c ust-app.c \