From b7fdc7396d7dfc0e7d836a601f168c5454898af2 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek" Date: Wed, 19 Jan 2011 17:02:10 +0000 Subject: Add module_serializer.cc to libbreakpad.a. Not sure why it wasn't there in the first place. Trivial patch, landing without review. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@759 4c0a9323-5329-0410-9bdc-e9ce6186880e --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4eefc88e..6c76ab63 100644 --- a/Makefile.am +++ b/Makefile.am @@ -129,6 +129,8 @@ src_libbreakpad_a_SOURCES = \ src/processor/module_comparer.cc \ src/processor/module_comparer.h \ src/processor/module_factory.h \ + src/processor/module_serializer.cc \ + src/processor/module_serializer.h \ src/processor/network_interface.h \ src/processor/network_source_line_resolver.cc \ src/processor/network_source_line_server.cc \ -- cgit v1.2.1