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/include/Makefile.am b/include/Makefile.am
index f831906..d35e71b 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -12,6 +12,7 @@
 	pub_tool_execontext.h 		\
 	pub_tool_hashtable.h 		\
 	pub_tool_mallocfree.h 		\
+	pub_tool_options.h 		\
 	pub_tool_replacemalloc.h	\
 	pub_tool_skiplist.h 		\
 	pub_tool_stacktrace.h 		\