Renamed the m_syscalls module m_syswrap, which better describes what it
does and better distinguishes it from m_syscall.  Did everything for this
except renaming the m_syscalls/ directory -- I'll do that shortly, I don't
think Subversion can handle renaming a directory and files within that
directory at the same time.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3923 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am
index c9d6524..1fa9a58 100644
--- a/coregrind/Makefile.am
+++ b/coregrind/Makefile.am
@@ -66,7 +66,7 @@
 	pub_core_signals.h	\
 	pub_core_skiplist.h	\
 	pub_core_stacktrace.h	\
-	pub_core_syscalls.h	\
+	pub_core_syswrap.h	\
 	pub_core_threadmodel.h	\
 	pub_core_tooliface.h	\
 	pub_core_translate.h	\
@@ -130,7 +130,7 @@
 	m_dispatch/libdispatch.a \
 	m_aspacemgr/libaspacemgr.a \
 	m_sigframe/libsigframe.a \
-	m_syscalls/libsyscalls.a \
+	m_syscalls/libsyswrap.a \
 	${VG_ARCH}/libarch.a \
 	@VEX_DIR@/libvex.a