Allow building with -pedantic (#186).  r=ted.mielczarek

http://groups.google.com/group/google-breakpad-dev/browse_thread/thread/6aa39d7f0ffa3c42


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@183 4c0a9323-5329-0410-9bdc-e9ce6186880e
diff --git a/Makefile.am b/Makefile.am
index c78c129..128bba0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,6 +52,7 @@
 src_libbreakpad_la_SOURCES = \
 	src/google_breakpad/common/breakpad_types.h \
 	src/google_breakpad/common/minidump_format.h \
+	src/google_breakpad/common/minidump_size.h \
 	src/google_breakpad/processor/basic_source_line_resolver.h \
 	src/google_breakpad/processor/call_stack.h \
 	src/google_breakpad/processor/code_module.h \