Reinstate Helgrind, to an extent:  compile it, so that it doesn't bit-rot.
But don't regtest it, because they all just fail.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3479 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/Makefile.am b/Makefile.am
index 67684ac..d139a82 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,8 +13,9 @@
 		lackey \
 		none
 
-SUBDIRS = 	include coregrind . docs tests auxprogs $(TOOLS)
-DIST_SUBDIRS =	$(SUBDIRS) helgrind
+# Temporary: we want to compile Helgrind, but not regtest it.
+SUBDIRS = 	include coregrind . docs tests auxprogs $(TOOLS) helgrind
+##DIST_SUBDIRS =	$(SUBDIRS) helgrind
 
 SUPP_FILES = \
 	glibc-2.1.supp glibc-2.2.supp glibc-2.3.supp \