X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2FMakefile.am;h=21b58591056512bae0f7ccedd66cb2dd0169b790;hp=3d96907deac377f4e70ed64c5037ec6e9883f3b0;hb=0475c50c4d3d2cea973fe4d1f17875d231dea96c;hpb=b9dfb1671626365019a72318fb131eb321244245 diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index 3d96907de..21b585910 100644 --- a/src/bin/lttng-sessiond/Makefile.am +++ b/src/bin/lttng-sessiond/Makefile.am @@ -26,7 +26,8 @@ lttng_sessiond_SOURCES = utils.c utils.h \ cmd.c cmd.h \ buffer-registry.c buffer-registry.h \ testpoint.h ht-cleanup.c \ - snapshot.c snapshot.h + snapshot.c snapshot.h \ + jul.c jul.h if HAVE_LIBLTTNG_UST_CTL lttng_sessiond_SOURCES += trace-ust.c ust-registry.c ust-app.c \