Fix tree after master branch merge
[lttng-tools.git] / lttng-sessiond / Makefile.am
index 78179bd7abae946d5692620a56e809dda17b5119..425a0d58357809e06b5bf6c7eb75f722aa4fe618 100644 (file)
@@ -1,5 +1,5 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include \
-                         -DINSTALL_BIN_PATH=\""$(bindir)"\"
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/benchmark \
+                         -DINSTALL_BIN_PATH=\"$(bindir)\"
 
 AM_CFLAGS = -fno-strict-aliasing
 
@@ -38,7 +38,8 @@ lttng_sessiond_SOURCES += lttng-sessiond.h main.c
 lttng_sessiond_LDADD = -lrt -lurcu-cds -lurcu \
                 $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.la \
                 $(top_builddir)/libkernelctl/libkernelctl.la \
-                $(top_builddir)/liblttngctl/liblttngctl.la
+                $(top_builddir)/liblttngctl/liblttngctl.la \
+                $(top_builddir)/benchmark/liblttng-benchmark.la
 
 if LTTNG_TOOLS_HAVE_UST
 lttng_sessiond_LDADD += -llttng-ust-comm -lustctl
This page took 0.03607 seconds and 4 git commands to generate.