Tiresome build-system hacks to connect to the VEX includes.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3052 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/Makefile.core-AM_CPPFLAGS.am b/Makefile.core-AM_CPPFLAGS.am
index 88e222d..03c313f 100644
--- a/Makefile.core-AM_CPPFLAGS.am
+++ b/Makefile.core-AM_CPPFLAGS.am
@@ -5,7 +5,8 @@
 		-I$(top_builddir)/include -I$(top_srcdir)/include \
 		-I$(top_srcdir)/include/$(VG_ARCH) \
 		-I$(top_srcdir)/include/$(VG_OS) \
-		-I$(top_srcdir)/include/$(VG_PLATFORM)
+		-I$(top_srcdir)/include/$(VG_PLATFORM) \
+		-I@VEX_DIR@/pub
 
 AM_CPPFLAGS = $(add_includes)
 AM_CCASFLAGS = $(add_includes) @ARCH_CORE_AM_CCASFLAGS@