X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt-sessiond%2FMakefile.am;h=93af21fa30eb84d5e9dd70661c34dd7ce4283da3;hb=070ad9dac5af2e23fcd668cbdbcecff8fd0f01e1;hp=47930918948aa95537b218aeab41fffc47b04265;hpb=fac6795d6e2c60e79bdc7dab42da94d2025a57d3;p=lttng-tools.git diff --git a/ltt-sessiond/Makefile.am b/ltt-sessiond/Makefile.am index 479309189..93af21fa3 100644 --- a/ltt-sessiond/Makefile.am +++ b/ltt-sessiond/Makefile.am @@ -1,8 +1,19 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttsessiondcomm +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/benchmark \ + -DINSTALL_BIN_PATH=\"$(bindir)\" + +AM_CFLAGS = -fno-strict-aliasing bin_PROGRAMS = ltt-sessiond -ltt_sessiond_SOURCES = ltt-sessiond.c +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 +# link on liblttngctl for check if sessiond is already alive. ltt_sessiond_LDADD = \ - $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la + $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.la \ + $(top_builddir)/libkernelctl/libkernelctl.la \ + $(top_builddir)/libustctl/libustctl.la \ + $(top_builddir)/liblttngctl/liblttngctl.la \ + $(top_builddir)/benchmark/liblttng-benchmark.la