X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt-sessiond%2FMakefile.am;h=0480840958ae35ebdf564e8a0706c7e68babe456;hb=d2abc4ee14cc1bb86ffa6cd024f18a671de8a32c;hp=17dc58747735cc0bbadb1e8538cc243f44671e61;hpb=059008c7017e1148c77e4ec7050227f80300c5bd;p=lttng-tools.git diff --git a/ltt-sessiond/Makefile.am b/ltt-sessiond/Makefile.am index 17dc58747..048084095 100644 --- a/ltt-sessiond/Makefile.am +++ b/ltt-sessiond/Makefile.am @@ -6,8 +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 main.c \ - utils.h trace.h session.h traceable-app.h ust-ctl.h kernel-ctl.h ltt-sessiond.h +ltt_sessiond_SOURCES = utils.c trace.c session.c traceable-app.c ust-ctl.c \ + kernel-ctl.c context.c main.c \ + utils.h trace.h session.h traceable-app.h ust-ctl.h \ + context.h kernel-ctl.h ltt-sessiond.h ltt_sessiond_LDADD = \ $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la \