aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2011-01-19 17:02:10 +0000
committerted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2011-01-19 17:02:10 +0000
commitb7fdc7396d7dfc0e7d836a601f168c5454898af2 (patch)
treea5520c44dda30d19b8c70f846eddb3c3d777fba2 /Makefile.am
parentAdd MinidumpMemoryInfo / MinidumpMemoryInfoList classes to expose MDRawMemory... (diff)
downloadbreakpad-b7fdc7396d7dfc0e7d836a601f168c5454898af2.tar.xz
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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \