Move some decls out of tool.h into the new file pub_tool_aspacemgr.h.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3885 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/include/Makefile.am b/include/Makefile.am
index 6445b3d..9e9ea70 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -5,6 +5,7 @@
 	basic_types.h 			\
 	tool.h 				\
 	tool_asm.h 			\
+	pub_tool_aspacemgr.h 		\
 	pub_tool_errormgr.h 		\
 	pub_tool_execontext.h 		\
 	pub_tool_hashtable.h 		\