From bf9062902c776c0c6029ef42c6ba0c7179bf0425 Mon Sep 17 00:00:00 2001 From: Philip Kovacs Date: Mon, 21 Nov 2011 08:10:03 +0100 Subject: Fix broken VPATH/parallel builds Signed-off-by: Philip Kovacs --- perf/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perf') diff --git a/perf/Makefile.am b/perf/Makefile.am index 0f5e78e..4053ba5 100644 --- a/perf/Makefile.am +++ b/perf/Makefile.am @@ -1,4 +1,5 @@ -INCLUDES = -I$(top_builddir)/include +INCLUDES = -I$(top_builddir)/include \ + -I$(top_srcdir)/include noinst_PROGRAMS = local_lat remote_lat local_thr remote_thr inproc_lat inproc_thr -- cgit v1.2.3