From a8e7e186564ddc78eaf375310a8fc1e62b9da8b0 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek@gmail.com" Date: Mon, 17 Sep 2012 14:00:36 +0000 Subject: Fix compilation of crash_generation_server.cc, and add it to the client library sources so it actually gets built. R=mark at https://breakpad.appspot.com/446003/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1036 4c0a9323-5329-0410-9bdc-e9ce6186880e --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3827b78f..1f6f10cf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,6 +84,7 @@ lib_LIBRARIES += src/client/linux/libbreakpad_client.a src_client_linux_libbreakpad_client_a_SOURCES = \ src/client/linux/crash_generation/crash_generation_client.cc \ + src/client/linux/crash_generation/crash_generation_server.cc \ src/client/linux/handler/exception_handler.cc \ src/client/linux/handler/minidump_descriptor.cc \ src/client/linux/log/log.cc \ -- cgit v1.2.1