Merge branch 'master' into benchmark
[lttng-tools.git] / benchmark / Makefile.am
index 59c88fe2fd45bf418b6a0293d504032413379aec..ae5bb91a9e5543ae832ec55b4494ef8a9de1f04d 100644 (file)
@@ -1,16 +1,17 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
 
 noinst_LTLIBRARIES = liblttng-benchmark.la
 
 noinst_PROGRAMS = bench_sessions
 
 UTILS=utils.h
-SESSIONS=$(top_srcdir)/ltt-sessiond/session.c
+SESSIONS=$(top_srcdir)/src/bin/lttng-sessiond/session.c
 
 liblttng_benchmark_la_SOURCES = benchmark.c benchmark.h cpu.c cpu.h
 
 bench_sessions_SOURCES = bench-sessions.c $(SESSIONS) $(UTILS)
-bench_sessions_LDADD = $(top_builddir)/benchmark/liblttng-benchmark.la
+bench_sessions_LDADD = $(top_builddir)/benchmark/liblttng-benchmark.la \
+                                          $(top_builddir)/src/common/libcommon.la
 
 bench:
        ./runall.sh
This page took 0.031179 seconds and 4 git commands to generate.