Modularised vg_hashtable.c as m_hashtable.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3710 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am
index 8c51c7e..a0b1596 100644
--- a/coregrind/Makefile.am
+++ b/coregrind/Makefile.am
@@ -45,6 +45,7 @@
 	pub_core_dispatch_asm.h	\
 	pub_core_errormgr.h	\
 	pub_core_execontext.h	\
+	pub_core_hashtable.h	\
 	pub_core_mallocfree.h	\
 	pub_core_replacemalloc.h\
 	pub_core_sigframe.h	\
@@ -76,6 +77,7 @@
 	m_debuglog.c \
 	m_errormgr.c \
 	m_execontext.c \
+	m_hashtable.c \
 	m_mallocfree.c \
 	m_skiplist.c \
 	m_stacktrace.c \
@@ -85,7 +87,6 @@
 	ume.c \
 	\
 	vg_scheduler.c \
-	vg_hashtable.c \
 	vg_main.c \
 	vg_messages.c \
 	vg_mylibc.c \