X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2FMakefile.am;h=413fe75a290bc05940e07f3643ad2b3831fd0527;hp=fbbe7fe23e3bc8aee2ebf9f0f9ba47189512395e;hb=e6142f2e647e83238b1e399b1264e8adb05409f9;hpb=25986cde0913d96be75b0d5fdf4dc2959f1e7e11 diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index fbbe7fe23..413fe75a2 100644 --- a/src/bin/lttng-sessiond/Makefile.am +++ b/src/bin/lttng-sessiond/Makefile.am @@ -34,7 +34,8 @@ lttng_sessiond_SOURCES = utils.c utils.h \ syscall.h syscall.c \ notification-thread.h notification-thread.c \ notification-thread-commands.h notification-thread-commands.c \ - notification-thread-events.h notification-thread-events.c + notification-thread-events.h notification-thread-events.c \ + sessiond-config.h sessiond-config.c if HAVE_LIBLTTNG_UST_CTL lttng_sessiond_SOURCES += trace-ust.c ust-registry.c ust-app.c \