Improve benchmark systems and add create/destroy session
[lttng-tools.git] / ltt-sessiond / Makefile.am
index daa4265c1bda6e6ec7f210ec572980a25b0f7372..c9bdee434231458d9382c304771e5b1315aa488a 100644 (file)
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include \
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/benchmark \
                          -I$(top_srcdir)/libkernelctl -I$(top_srcdir)/libustctl \
                          -DINSTALL_BIN_PATH=\"$(bindir)\"
 
@@ -16,4 +16,5 @@ ltt_sessiond_LDADD = \
                 $(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)/liblttngctl/liblttngctl.la \
+                $(top_builddir)/benchmark/liblttng-benchmark.la
This page took 0.038573 seconds and 4 git commands to generate.