Finished the modularisation of vg_mylibc.c, which meant it could be removed.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3894 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am
index 26a769f..2711a13 100644
--- a/coregrind/Makefile.am
+++ b/coregrind/Makefile.am
@@ -51,6 +51,7 @@
 	pub_core_libcfile.h	\
 	pub_core_libcmman.h	\
 	pub_core_libcprint.h	\
+	pub_core_libcproc.h	\
 	pub_core_libcsignal.h	\
 	pub_core_main.h		\
 	pub_core_mallocfree.h	\
@@ -100,6 +101,7 @@
 	m_libcfile.c \
 	m_libcmman.c \
 	m_libcprint.c \
+	m_libcproc.c \
 	m_libcsignal.c \
 	m_main.c \
 	m_mallocfree.c \
@@ -115,8 +117,7 @@
 	m_translate.c \
 	m_transtab.c \
 	\
-	ume.c \
-	vg_mylibc.c
+	ume.c
 
 ## Nb: libscheduler.a must precede libdispatch.a in this list.
 stage2_extra= \