X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2FMakefile.am;fp=src%2Fbin%2Flttng-sessiond%2FMakefile.am;h=4efbdcb41ff58c138bcc9f281e915d3d3e033d19;hb=c57c2c7421d2bd7611d316ac8ca1cb443e1bc95c;hp=6fc18097f134eb5f97f94a8ac34489e452445408;hpb=990cbf5236222caf3a1fdfa2e2bfeb63dec1e631;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index 6fc18097f..4efbdcb41 100644 --- a/src/bin/lttng-sessiond/Makefile.am +++ b/src/bin/lttng-sessiond/Makefile.am @@ -10,7 +10,9 @@ 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-app.h trace-ust.h ust-thread.h \ + lttng-ust-ctl.h lttng-ust-abi.h lttng-ust-error.h \ + ust-ctl-internal.h ust-abi-internal.h ust-error-internal.h \ ust-registry.h \ context.c context.h \ channel.c channel.h \ @@ -19,7 +21,6 @@ lttng_sessiond_SOURCES = utils.c utils.h \ consumer.c consumer.h \ session.c session.h \ modprobe.c modprobe.h kern-modules.h \ - lttng-ust-ctl.h lttng-ust-abi.h lttng-ust-error.h \ fd-limit.c fd-limit.h \ kernel-consumer.c kernel-consumer.h \ consumer.h \