Modularised the profiling stuff as m_profile.c.  It's much more 
sensible now -- no vg_dummy_profile.c, no silly #including of
vg_profile.c from tools.  

Unfortunately, it still doesn't work, due to bad interactions
with signal handling that I don't understand.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3833 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/include/Makefile.am b/include/Makefile.am
index d35e71b..b2fa034 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,7 +1,4 @@
 
-EXTRA_DIST = \
-	vg_profile.c
-
 incincdir = $(includedir)/valgrind
 
 incinc_HEADERS = \
@@ -13,6 +10,7 @@
 	pub_tool_hashtable.h 		\
 	pub_tool_mallocfree.h 		\
 	pub_tool_options.h 		\
+	pub_tool_profile.h		\
 	pub_tool_replacemalloc.h	\
 	pub_tool_skiplist.h 		\
 	pub_tool_stacktrace.h 		\