X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2FMakefile.am;h=9800c4b2ccc065beb851b09d6a9c60d2658108c9;hp=fba2a5a1c40919141e3112569aee5e15f6bb393d;hb=f9d2ba6ae32397fd818279ea90d3691c60f0e079;hpb=4a91420cefb94afc4a20042bdbe2564086dad3cb diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index fba2a5a1c..9800c4b2c 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 \ @@ -53,7 +53,7 @@ lttng_sessiond_SOURCES = utils.c utils.h \ 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