From 972be40f1ff23f9fddd50f14350be6fd0355fe0f Mon Sep 17 00:00:00 2001 From: "ted.mielczarek" Date: Wed, 18 Jul 2012 13:44:34 +0000 Subject: Move some ELF-handling bits from file_id.cc to elfutils.{h,cc} R=mark at https://breakpad.appspot.com/392002/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@986 4c0a9323-5329-0410-9bdc-e9ce6186880e --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b6270ad8..6b04411c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,6 +83,7 @@ src_client_linux_libbreakpad_client_a_SOURCES = \ src/common/convert_UTF.c \ src/common/md5.cc \ src/common/string_conversion.cc \ + src/common/linux/elfutils.cc \ src/common/linux/file_id.cc \ src/common/linux/guid_creator.cc \ src/common/linux/memory_mapped_file.cc \ @@ -335,6 +336,7 @@ src_client_linux_linux_client_unittest_LDADD = \ src/common/convert_UTF.o \ src/common/md5.o \ src/common/linux/elf_core_dump.o \ + src/common/linux/elfutils.o \ src/common/linux/file_id.o \ src/common/linux/guid_creator.o \ src/common/linux/memory_mapped_file.o \ @@ -369,6 +371,7 @@ src_tools_linux_dump_syms_dump_syms_SOURCES = \ src/common/dwarf/dwarf2reader.cc \ src/common/linux/dump_symbols.cc \ src/common/linux/elf_symbols_to_module.cc \ + src/common/linux/elfutils.cc \ src/common/linux/file_id.cc \ src/common/linux/memory_mapped_file.cc \ src/common/linux/safe_readlink.cc \ @@ -423,6 +426,7 @@ src_common_dumper_unittest_SOURCES = \ 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/safe_readlink.cc \ @@ -917,6 +921,8 @@ EXTRA_DIST = \ src/common/linux/dump_symbols.h \ src/common/linux/elf_symbols_to_module.cc \ src/common/linux/elf_symbols_to_module.h \ + src/common/linux/elfutils.cc \ + src/common/linux/elfutils.h \ src/common/linux/file_id.cc \ src/common/linux/file_id.h \ src/common/linux/guid_creator.cc \ -- cgit v1.2.1