X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2FMakefile.am;h=27491c87089ec5b0976c5930cee6802df2152be5;hb=22b8078571604c6c12836bf1d98ecb5ad80c7c19;hp=cfcdc5e86188dc34702af07973059b3dee8b41cc;hpb=51bb4dbbf2f178f09802c8aacaa7c68b1891d6fb;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index cfcdc5e86..27491c870 100644 --- a/src/bin/lttng-sessiond/Makefile.am +++ b/src/bin/lttng-sessiond/Makefile.am @@ -43,7 +43,12 @@ lttng_sessiond_SOURCES = utils.c utils.h \ ready.c \ globals.c \ thread-utils.c \ - process-utils.c + process-utils.c \ + thread.c thread.h \ + 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 \