From e0555f5bdf389f667ebae19f07e7b3d338fca20b Mon Sep 17 00:00:00 2001 From: "digit@chromium.org" Date: Fri, 3 Aug 2012 15:01:52 +0000 Subject: SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411002/, since revision 1001 only contains the new src/client/linux/linux_libc_support.cc and none of the other required files. I'm not sure what happened, but I'm re-uploading the patch has another issue. Review URL: https://breakpad.appspot.com/426002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1002 4c0a9323-5329-0410-9bdc-e9ce6186880e --- Makefile.am | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6b04411c..b87bb351 100644 --- a/Makefile.am +++ b/Makefile.am @@ -86,6 +86,7 @@ src_client_linux_libbreakpad_client_a_SOURCES = \ src/common/linux/elfutils.cc \ src/common/linux/file_id.cc \ src/common/linux/guid_creator.cc \ + src/common/linux/linux_libc_support.cc \ src/common/linux/memory_mapped_file.cc \ src/common/linux/safe_readlink.cc endif LINUX_HOST @@ -339,6 +340,7 @@ src_client_linux_linux_client_unittest_LDADD = \ src/common/linux/elfutils.o \ src/common/linux/file_id.o \ src/common/linux/guid_creator.o \ + src/common/linux/linux_libc_support.o \ src/common/linux/memory_mapped_file.o \ src/common/linux/safe_readlink.o \ src/common/string_conversion.o \ @@ -373,6 +375,7 @@ src_tools_linux_dump_syms_dump_syms_SOURCES = \ src/common/linux/elf_symbols_to_module.cc \ src/common/linux/elfutils.cc \ src/common/linux/file_id.cc \ + src/common/linux/linux_libc_support.cc \ src/common/linux/memory_mapped_file.cc \ src/common/linux/safe_readlink.cc \ src/tools/linux/dump_syms/dump_syms.cc @@ -422,15 +425,16 @@ src_common_dumper_unittest_SOURCES = \ src/common/linux/elf_core_dump_unittest.cc \ src/common/linux/elf_symbols_to_module.cc \ src/common/linux/elf_symbols_to_module_unittest.cc \ - src/common/linux/memory_mapped_file.cc \ - src/common/linux/memory_mapped_file_unittest.cc \ - src/common/linux/synth_elf.cc \ - src/common/linux/synth_elf_unittest.cc \ src/common/linux/elfutils.cc \ src/common/linux/file_id.cc \ src/common/linux/file_id_unittest.cc \ + src/common/linux/linux_libc_support.cc \ + src/common/linux/memory_mapped_file.cc \ + src/common/linux/memory_mapped_file_unittest.cc \ src/common/linux/safe_readlink.cc \ src/common/linux/safe_readlink_unittest.cc \ + src/common/linux/synth_elf.cc \ + src/common/linux/synth_elf_unittest.cc \ src/common/linux/tests/crash_generator.cc \ src/common/tests/file_utils.cc \ src/testing/gtest/src/gtest-all.cc \ -- cgit v1.2.1