\#Output of diff -Nru valgrind-3.1.0/Makefile.core.am{-old,} --- valgrind-3.1.0/Makefile.core.am-old 2005-11-25 12:36:22.000000000 +0000 +++ valgrind-3.1.0/Makefile.core.am 2006-02-03 22:03:46.000000000 +0000 @@ -1,4 +1,5 @@ add_includes_x86_linux = -I$(top_srcdir)/coregrind \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/coregrind/x86 \ -I$(top_srcdir)/coregrind/linux \ @@ -11,6 +12,7 @@ -DVGP_x86_linux=1 add_includes_amd64_linux = -I$(top_srcdir)/coregrind \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/coregrind/amd64 \ -I$(top_srcdir)/coregrind/linux \ @@ -23,6 +25,7 @@ -DVGP_amd64_linux=1 add_includes_ppc32_linux = -I$(top_srcdir)/coregrind \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/coregrind/ppc32 \ -I$(top_srcdir)/coregrind/linux \ \#Output of diff -Nru valgrind-3.1.0/coregrind/Makefile.in{-old,} --- valgrind-3.1.0/coregrind/Makefile.in-old 2005-11-26 13:40:02.000000000 +0000 +++ valgrind-3.1.0/coregrind/Makefile.in 2006-02-03 22:21:44.000000000 +0000 @@ -456,6 +456,7 @@ valdir = $(libdir)/valgrind inplacedir = $(top_builddir)/.in_place add_includes_x86_linux = -I$(top_srcdir)/coregrind \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/coregrind/x86 \ -I$(top_srcdir)/coregrind/linux \ @@ -468,6 +469,7 @@ -DVGP_x86_linux=1 add_includes_amd64_linux = -I$(top_srcdir)/coregrind \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/coregrind/amd64 \ -I$(top_srcdir)/coregrind/linux \ @@ -480,6 +482,7 @@ -DVGP_amd64_linux=1 add_includes_ppc32_linux = -I$(top_srcdir)/coregrind \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/coregrind/ppc32 \ -I$(top_srcdir)/coregrind/linux \