Use Makefile.am includes.  This gets rid of 110 lines of repetitive Makefile.am
cruft, yay!


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2641 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/Makefile.core-AM_CPPFLAGS.am b/Makefile.core-AM_CPPFLAGS.am
new file mode 100644
index 0000000..4a68b1a
--- /dev/null
+++ b/Makefile.core-AM_CPPFLAGS.am
@@ -0,0 +1,5 @@
+add_includes = -I$(top_builddir)/coregrind -I$(top_srcdir)/coregrind \
+		-I$(top_builddir)/include -I$(top_srcdir)/include
+
+AM_CPPFLAGS = $(add_includes)
+