X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt-sessiond%2FMakefile.am;h=17dc58747735cc0bbadb1e8538cc243f44671e61;hb=cbbbb2757f90ecfc8bc2f51ba5bad8ed614577bb;hp=4d634a90a8d3b0cc03725a91b6695f74564746d1;hpb=baa0e4a9ab389b078f46d4bfe6ab36c41541387f;p=lttng-tools.git diff --git a/ltt-sessiond/Makefile.am b/ltt-sessiond/Makefile.am index 4d634a90a..17dc58747 100644 --- a/ltt-sessiond/Makefile.am +++ b/ltt-sessiond/Makefile.am @@ -1,10 +1,15 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttsessiondcomm -I$(top_srcdir)/libkernelctl +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttsessiondcomm \ + -I$(top_srcdir)/libkernelctl -I$(top_srcdir)/libustctl \ + -DINSTALL_BIN_PATH=\"$(bindir)\" + AM_CFLAGS = -fno-strict-aliasing bin_PROGRAMS = ltt-sessiond -ltt_sessiond_SOURCES = session.c traceable-app.c ust-ctl.c kernel-ctl.c main.c +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_LDADD = \ $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la \ - $(top_builddir)/libkernelctl/libkernelctl.la + $(top_builddir)/libkernelctl/libkernelctl.la \ + $(top_builddir)/libustctl/libustctl.la