aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-09-17 13:36:11 +0000
committerted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-09-17 13:36:11 +0000
commitefa30c13f2e0bf2cb60a9d00010e8cdc162c872a (patch)
tree26d531db43b33b95dcf7da5a0277e658f6ae2f45 /Makefile.am
parentFix ./configure --enable-m32 (diff)
downloadbreakpad-efa30c13f2e0bf2cb60a9d00010e8cdc162c872a.tar.xz
Write a window of memory around the instruction pointer from the crashing thread to the minidump on Linux.
R=nealsid at http://breakpad.appspot.com/194001/show git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@693 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 30e6b2f6..084d9813 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -220,8 +220,13 @@ src_client_linux_linux_client_unittest_LDADD = \
src/common/md5.lo \
src/common/linux/file_id.lo \
src/common/linux/guid_creator.lo \
- src/common/string_conversion.lo
-src_client_linux_linux_client_unittest_DEPENDENCIES = src/client/linux/linux_dumper_unittest_helper src/client/linux/libbreakpad_client.la
+ src/common/string_conversion.lo \
+ src/processor/basic_code_modules.lo \
+ src/processor/logging.lo \
+ src/processor/minidump.lo \
+ src/processor/pathname_stripper.lo
+
+src_client_linux_linux_client_unittest_DEPENDENCIES = src/client/linux/linux_dumper_unittest_helper src/client/linux/libbreakpad_client.la src/libbreakpad.la
endif
src_processor_address_map_unittest_SOURCES = \