X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2FMakefile.am;h=73be023024852df9113361f2ad85a3d50320fb8f;hb=32dd26fbc3c69fe677a7917535e10ace066e674c;hp=9b6c4b057a8c112fd9a126847b0fc9106a2036ce;hpb=44a5e5eb99f1d8b528f83fda5585677a3882f5f5;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index 9b6c4b057..73be02302 100644 --- a/src/bin/lttng-sessiond/Makefile.am +++ b/src/bin/lttng-sessiond/Makefile.am @@ -13,14 +13,15 @@ lttng_sessiond_SOURCES = utils.c utils.h \ channel.c channel.h \ event.c event.h \ shm.c shm.h \ + consumer.c consumer.h \ session.c session.h \ modprobe.c modprobe.h kern-modules.h \ lttng-ust-ctl.h lttng-ust-abi.h \ fd-limit.c fd-limit.h \ - consumer.c consumer.h \ kernel-consumer.c kernel-consumer.h \ consumer.h filter.c filter.h \ - health.c health.h + health.c health.h \ + cmd.c cmd.h if HAVE_LIBLTTNG_UST_CTL lttng_sessiond_SOURCES += trace-ust.c ust-app.c ust-consumer.c ust-consumer.h