Added module m_options for holding all the command-line option stuff.
Perhaps parts of process_cmd_line_option() should go in here, but I've
not done that for now.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3751 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am
index 1aa8dcb..ed1a206 100644
--- a/coregrind/Makefile.am
+++ b/coregrind/Makefile.am
@@ -47,6 +47,7 @@
 	pub_core_execontext.h	\
 	pub_core_hashtable.h	\
 	pub_core_mallocfree.h	\
+	pub_core_options.h	\
 	pub_core_replacemalloc.h\
 	pub_core_sigframe.h	\
 	pub_core_skiplist.h	\
@@ -80,6 +81,7 @@
 	m_execontext.c \
 	m_hashtable.c \
 	m_mallocfree.c \
+	m_options.c \
 	m_skiplist.c \
 	m_stacktrace.c \
 	m_tooliface.c \