X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2FMakefile.am;h=ea6e9e9bb9770122b8962248d2d055ae74288737;hp=413fe75a290bc05940e07f3643ad2b3831fd0527;hb=db66e57489e5014289dc1d831e1eac90ac4fc0da;hpb=b99a8d4211e26a847ca8916884354f159c999ad2 diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index 413fe75a2..ea6e9e9bb 100644 --- a/src/bin/lttng-sessiond/Makefile.am +++ b/src/bin/lttng-sessiond/Makefile.am @@ -35,7 +35,9 @@ lttng_sessiond_SOURCES = utils.c utils.h \ notification-thread.h notification-thread.c \ notification-thread-commands.h notification-thread-commands.c \ notification-thread-events.h notification-thread-events.c \ - sessiond-config.h sessiond-config.c + sessiond-config.h sessiond-config.c \ + rotate.h rotate.c \ + rotation-thread.h rotation-thread.c if HAVE_LIBLTTNG_UST_CTL lttng_sessiond_SOURCES += trace-ust.c ust-registry.c ust-app.c \