X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2FMakefile.am;h=27491c87089ec5b0976c5930cee6802df2152be5;hb=22b8078571604c6c12836bf1d98ecb5ad80c7c19;hp=43962e7dffc69fd8e2896744d9420017f54adc84;hpb=225221a8932cba30dda6c05b3722f700396f0a9c;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index 43962e7df..27491c870 100644 --- a/src/bin/lttng-sessiond/Makefile.am +++ b/src/bin/lttng-sessiond/Makefile.am @@ -45,7 +45,10 @@ lttng_sessiond_SOURCES = utils.c utils.h \ thread-utils.c \ process-utils.c \ thread.c thread.h \ - health.c + health.c \ + client.c client.h \ + dispatch.c dispatch.h \ + register.c register.h if HAVE_LIBLTTNG_UST_CTL lttng_sessiond_SOURCES += trace-ust.c ust-registry.c ust-app.c \