Rename ume.c/ume.h as m_ume.c/pub_core_ume.h to be consistent with 
all the other modules.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3992 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am
index 7021213..69b3b46 100644
--- a/coregrind/Makefile.am
+++ b/coregrind/Makefile.am
@@ -72,7 +72,7 @@
 	pub_core_translate.h	\
 	pub_core_transtab.h	\
 	pub_core_transtab_asm.h	\
-	ume.h			\
+	pub_core_ume.h		\
 	vki_unistd.h		\
 	vki_unistd-amd64-linux.h\
 	vki_unistd-arm-linux.h	\
@@ -87,10 +87,9 @@
 CLEANFILES = stage2.lds
 	
 valgrind_SOURCES = \
-	ume.c \
-	\
 	stage1.c \
-	m_debuglog.c
+	m_debuglog.c \
+	m_ume.c
 valgrind_DEPENDENCIES =
 valgrind_LDFLAGS=-static -g
 valgrind_LDADD=
@@ -126,8 +125,7 @@
 	m_trampoline.S \
 	m_translate.c \
 	m_transtab.c \
-	\
-	ume.c
+	m_ume.c
 
 ## Nb: libscheduler.a must precede libdispatch.a in this list.
 stage2_extra= \