X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2FMakefile.am;h=9d2631fc401e233381d3279c425096fc9b91c5ca;hp=fa10b79fa10f89952bb610ab22d8bef4e9636191;hb=f3e3b7222f889a4e9f8936fc5ad3577400e4318d;hpb=917a718d4ec336ca98820f3cf56a2db57fc9b1dd diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index fa10b79fa..9d2631fc4 100644 --- a/src/bin/lttng-sessiond/Makefile.am +++ b/src/bin/lttng-sessiond/Makefile.am @@ -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 \ @@ -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,17 +39,22 @@ 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 \ thread.c thread.h \ health.c \ - client.c client.h + client.c client.h \ + dispatch.c dispatch.h \ + register.c register.h \ + manage-apps.c manage-apps.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