X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2FMakefile.am;h=4da4e6bab15cff2ef5cb467a4ad2a50f9fa5825b;hp=fbbe7fe23e3bc8aee2ebf9f0f9ba47189512395e;hb=d086f507d02078aed618ab291a0bc4a634958fa3;hpb=83dcc0261a9cb44d9c5a25318e057a1aec6518a0 diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index fbbe7fe23..4da4e6bab 100644 --- a/src/bin/lttng-sessiond/Makefile.am +++ b/src/bin/lttng-sessiond/Makefile.am @@ -34,7 +34,11 @@ 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 \ + 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 \