X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbin%2Flttng-sessiond%2FMakefile.am;h=156b6d822137845b3f330d8189673d8fe48918ab;hb=d2678a0d274cb95b653a3f119979c98ecd35acc6;hp=fbbe7fe23e3bc8aee2ebf9f0f9ba47189512395e;hpb=83dcc0261a9cb44d9c5a25318e057a1aec6518a0;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index fbbe7fe23..156b6d822 100644 --- a/src/bin/lttng-sessiond/Makefile.am +++ b/src/bin/lttng-sessiond/Makefile.am @@ -31,10 +31,15 @@ lttng_sessiond_SOURCES = utils.c utils.h \ agent.c agent.h \ save.h save.c \ load-session-thread.h load-session-thread.c \ - syscall.h syscall.c \ + lttng-syscall.h lttng-syscall.c \ notification-thread.h notification-thread.c \ + notification-thread-internal.h \ 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 \ + rotate.h rotate.c \ + rotation-thread.h rotation-thread.c \ + sessiond-timer.c sessiond-timer.h if HAVE_LIBLTTNG_UST_CTL lttng_sessiond_SOURCES += trace-ust.c ust-registry.c ust-app.c \