aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2019-08-03 12:12:40 -0400
committerMike Frysinger <vapier@chromium.org>2019-09-04 20:25:23 +0000
commitdb1cda26539c711c3da7ed4d410dfe8190e89b8f (patch)
treeece5c30abb27e436ada9a0b2a07a08a7eb7da938 /Makefile.am
parentcodereview.settings: do not force squashing behavior (diff)
downloadbreakpad-db1cda26539c711c3da7ed4d410dfe8190e89b8f.tar.xz
convert_UTF: rewrite in C++
This allows us to namespace the symbols properly. Bug: google-breakpad:725 Change-Id: Iea8052547eef6c0acb299c1995781735c6d8994f Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/1769236 Reviewed-by: Mark Mentovai <mark@chromium.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c8a57406..59788766 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -170,7 +170,7 @@ src_client_linux_libbreakpad_client_a_SOURCES = \
src/client/minidump_file_writer-inl.h \
src/client/minidump_file_writer.cc \
src/client/minidump_file_writer.h \
- src/common/convert_UTF.c \
+ src/common/convert_UTF.cc \
src/common/convert_UTF.h \
src/common/md5.cc \
src/common/md5.h \
@@ -658,7 +658,7 @@ src_tools_mac_dump_syms_dump_syms_mac_LDADD= \
src_common_dumper_unittest_SOURCES = \
src/common/byte_cursor_unittest.cc \
- src/common/convert_UTF.c \
+ src/common/convert_UTF.cc \
src/common/dwarf_cfi_to_module.cc \
src/common/dwarf_cfi_to_module_unittest.cc \
src/common/dwarf_cu_to_module.cc \