X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=ltt-sessiond%2FMakefile.am;h=2f65a2fb87f96561e310c6af7572b9aee6471bb7;hp=80c6b81e287a3135aea47cddab3029f392b866e3;hb=099e26bda04bd3e02eee5b0a17fc0d7f47e3f8ea;hpb=3817e7df7aa29d8f52f1a4909b4fa6b660494323 diff --git a/ltt-sessiond/Makefile.am b/ltt-sessiond/Makefile.am index 80c6b81e2..2f65a2fb8 100644 --- a/ltt-sessiond/Makefile.am +++ b/ltt-sessiond/Makefile.am @@ -6,9 +6,10 @@ AM_CFLAGS = -fno-strict-aliasing bin_PROGRAMS = ltt-sessiond ltt_sessiond_SOURCES = utils.c trace.c session.c traceable-app.c ust-ctl.c \ - kernel-ctl.c context.c main.c \ + kernel-ctl.c context.c futex.c futex.h \ utils.h trace.h session.h traceable-app.h ust-ctl.h \ - context.h kernel-ctl.h ltt-sessiond.h + ust-comm.c ust-comm.h \ + context.h kernel-ctl.h ltt-sessiond.h main.c # link on liblttngctl for check if sessiond is already alive. ltt_sessiond_LDADD = \