aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2013-01-22 17:20:42 +0000
committerthestig@chromium.org <thestig@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2013-01-22 17:20:42 +0000
commit1c4f4a776c1958d3d736d6cd905c48ff199ccfad (patch)
tree6ea4c7c1e14e836c36a1bde5d4bd9f4598f2f713 /Makefile.am
parentMake DumpSymbols methods take a vector of debug_dirs (diff)
downloadbreakpad-1c4f4a776c1958d3d736d6cd905c48ff199ccfad.tar.xz
Fix remaining processor/scoped_ptr.h references after r1096.
Review URL: https://breakpad.appspot.com/516002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1103 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b374fe2e..8649816f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -178,7 +178,6 @@ src_libbreakpad_a_SOURCES = \
src/processor/process_state.cc \
src/processor/range_map-inl.h \
src/processor/range_map.h \
- src/processor/scoped_ptr.h \
src/processor/simple_serializer-inl.h \
src/processor/simple_serializer.h \
src/processor/simple_symbol_supplier.cc \
@@ -1042,6 +1041,7 @@ EXTRA_DIST = \
src/common/mac/string_utilities.h \
src/common/md5.cc \
src/common/md5.h \
+ src/common/scoped_ptr.h \
src/common/solaris/dump_symbols.cc \
src/common/solaris/dump_symbols.h \
src/common/solaris/file_id.cc \