"make dist" fixes from Ralf Wildenhues.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4010 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/Makefile.am b/Makefile.am
index fc9c92f..7b583d3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,10 +14,11 @@
 ##		addrcheck \
 
 # Temporary: we want to compile Helgrind, but not regtest it.
+# And we want to include Addrcheck in the distro, but not compile/test it.
 # Put docs last because building the HTML is slow and we want to get
 # everything else working before we try it.
 SUBDIRS = 	include coregrind . tests auxprogs $(TOOLS) helgrind docs
-##DIST_SUBDIRS =	$(SUBDIRS) helgrind
+DIST_SUBDIRS =	$(SUBDIRS) addrcheck
 
 SUPP_FILES = \
 	glibc-2.1.supp glibc-2.2.supp glibc-2.3.supp \