X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=ltt-sessiond%2FMakefile.am;h=0d284efb1ee4cc27f6155a24cdf29a7c8d3ca9d4;hb=00a17c9765c3ecf1fb8e4e6fefd5547c60abcd72;hp=6f27963c3b046ef87f4ebc071cbc2e202c5d1d73;hpb=54d01ffb43587b221dc50ec42b6070fad89bd255;p=lttng-tools.git diff --git a/ltt-sessiond/Makefile.am b/ltt-sessiond/Makefile.am index 6f27963c3..0d284efb1 100644 --- a/ltt-sessiond/Makefile.am +++ b/ltt-sessiond/Makefile.am @@ -14,22 +14,28 @@ endif ltt_sessiond_SOURCES = utils.c utils.h \ compat/poll.h $(COMPAT) \ trace-kernel.c trace-kernel.h \ - trace-ust.c trace-ust.h \ - traceable-app.c traceable-app.h \ - ust-comm.c ust-comm.h \ - ust-ctl.c ust-ctl.h \ kernel-ctl.c kernel-ctl.h \ + ust-ctl.h ust-app.h trace-ust.h \ context.c context.h \ channel.c channel.h \ event.c event.h \ futex.c futex.h \ shm.c shm.h \ session.c session.h \ - ltt-sessiond.h main.c + ltt-sessiond.h main.c \ + ../hashtable/rculfhash.c \ + ../hashtable/rculfhash.h + +if LTTNG_TOOLS_HAVE_UST +ltt_sessiond_SOURCES += \ + trace-ust.c \ + ust-app.c \ + ust-comm.c ust-comm.h \ + ust-ctl.c +endif # link on liblttngctl for check if sessiond is already alive. ltt_sessiond_LDADD = -lrt \ $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.la \ $(top_builddir)/libkernelctl/libkernelctl.la \ - $(top_builddir)/libustctl/libustctl.la \ $(top_builddir)/liblttngctl/liblttngctl.la