X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2FMakefile.am;h=9d2631fc401e233381d3279c425096fc9b91c5ca;hb=f3e3b7222f889a4e9f8936fc5ad3577400e4318d;hp=e1e5a00e8764c230d510835e679ebf29a4ac348d;hpb=c78d8e86e2f739490df42fc4c9d2de22234b6114;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index e1e5a00e8..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 \ @@ -48,11 +48,13 @@ lttng_sessiond_SOURCES = utils.c utils.h \ dispatch.c dispatch.h \ register.c register.h \ manage-apps.c manage-apps.h \ - manage-kernel.c manage-kernel.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