X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=benchmark%2FMakefile.am;h=ae5bb91a9e5543ae832ec55b4494ef8a9de1f04d;hb=8afbfed3474bb6de6534a5cf453ade6625ca985d;hp=ae66f87df1111de9d6e1d7d437c880fe63ade97a;hpb=56fe0b922a643df9f95524a32f456ed42802f55a;p=lttng-tools.git diff --git a/benchmark/Makefile.am b/benchmark/Makefile.am index ae66f87df..ae5bb91a9 100644 --- a/benchmark/Makefile.am +++ b/benchmark/Makefile.am @@ -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)/lttng-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