aboutsummaryrefslogtreecommitdiff
path: root/src/client/solaris
diff options
context:
space:
mode:
authormmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2007-09-28 18:14:48 +0000
committermmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2007-09-28 18:14:48 +0000
commit68004c84d6b852cfd4096cd211d2f8d3ff1d9f48 (patch)
tree84eae19b2fa516d9075a54a3e28e9af6f7b5adc5 /src/client/solaris
parentFix compiler warning C4245: signed/unsigned mismatch when converting between (diff)
downloadbreakpad-68004c84d6b852cfd4096cd211d2f8d3ff1d9f48.tar.xz
Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=me
http://groups.google.com/group/google-breakpad-dev/browse_thread/thread/e4cbdbf7ddaf7f51 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@218 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/solaris')
-rw-r--r--src/client/solaris/handler/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/solaris/handler/Makefile b/src/client/solaris/handler/Makefile
index 318ac8e5..9b642865 100644
--- a/src/client/solaris/handler/Makefile
+++ b/src/client/solaris/handler/Makefile
@@ -40,6 +40,7 @@ BIN_DIR=.
THREAD_SRC=solaris_lwp.cc
SHARE_SRC=../../minidump_file_writer.cc\
+ ../../../common/md5.c\
../../../common/string_conversion.cc\
../../../common/solaris/file_id.cc\
minidump_generator.cc