X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2FMakefile.am;h=e1e5a00e8764c230d510835e679ebf29a4ac348d;hp=41538bce722486c3f2a47c7d9980a2bba66f73d5;hb=c78d8e86e2f739490df42fc4c9d2de22234b6114;hpb=7649924e1b3a80687c2fb79f8778e08bedb671ce diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index 41538bce7..e1e5a00e8 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 \ @@ -49,7 +47,8 @@ lttng_sessiond_SOURCES = utils.c utils.h \ client.c client.h \ dispatch.c dispatch.h \ register.c register.h \ - manage-apps.c manage-apps.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 \