X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2FMakefile.am;h=0ac7506b440dc825151c32db1bbeca862c70613c;hp=4238661397275622c9cf79a6c8a9b1d6982a9894;hb=ab0ee2ca29394fa28284b94cc3c598960660404f;hpb=427392b43cfe21d440808494f87564fc0224dd70 diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index 423866139..0ac7506b4 100644 --- a/src/bin/lttng-sessiond/Makefile.am +++ b/src/bin/lttng-sessiond/Makefile.am @@ -30,7 +30,10 @@ 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 + 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 if HAVE_LIBLTTNG_UST_CTL lttng_sessiond_SOURCES += trace-ust.c ust-registry.c ust-app.c \