Reinstate Addrcheck.  Some of the tests fail -- some of the leak ones
because the added VG_(find_root_memory)() is just a stub.  And there's a
problem with overlap checking that I haven't worked out yet.  Still it's a
start.  The commit also brings Memcheck back into the build process,
although mc_main.c is entirely commented out at the moment.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3352 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/Makefile.am b/Makefile.am
index 315e219..3fcc289 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,9 @@
 
 ## include must be first for tool.h
 ## addrcheck must come after memcheck, for mac_*.o
-TOOLS =		none \
+TOOLS =		memcheck \
+		addrcheck \
+		none \
 		lackey \
 		corecheck \
 		massif