Merge branch 'master' into benchmark
[lttng-tools.git] / lttng-sessiond / Makefile.am
index 8fcea947e2fcf20497a8965bfb1aea551bb27602..829f9abb03bf58012ec4b5bf87933effdc8b8c48 100644 (file)
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include \
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/benchmark \
                          -DINSTALL_BIN_PATH=\""$(bindir)"\" \
                          -DINSTALL_LIB_PATH=\""$(libdir)"\"
 
@@ -37,6 +37,7 @@ lttng_sessiond_LDADD = -lrt -lurcu-common -lurcu \
                 $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.la \
                 $(top_builddir)/libkernelctl/libkernelctl.la \
                 $(top_builddir)/liblttngctl/liblttngctl.la \
+                $(top_builddir)/benchmark/liblttng-benchmark.la \
                 $(top_builddir)/common/libcommon.la \
                 $(top_builddir)/liblttng-ht/liblttng-ht.la
 
This page took 0.024078 seconds and 4 git commands to generate.