aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorbenchan@chromium.org <benchan@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2012-04-03 17:11:12 +0000
committerbenchan@chromium.org <benchan@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2012-04-03 17:11:12 +0000
commita9d27c5ea0d3b57c46370de99fd777002c6d0fd9 (patch)
tree114c4d7d7af15e1df9f9475235ecc290803a51d8 /Makefile.am
parentChanges to get the breakpad client compiling and running on Android using (diff)
downloadbreakpad-a9d27c5ea0d3b57c46370de99fd777002c6d0fd9.tar.xz
Add missing log.o dependency to linux_client_unittest target.
r945 introduced src/client/linux/log/log.c, which is used in exception_handler.cc, and thus should be added as a dependency in the linux_client_unittest target. TEST=Compile and run unit tests on Linux. Review URL: https://breakpad.appspot.com/373001 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@946 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ea6368c8..8d80a081 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -314,6 +314,7 @@ src_client_linux_linux_client_unittest_CPPFLAGS = \
-I$(top_srcdir)/src/testing
src_client_linux_linux_client_unittest_LDADD = \
src/client/linux/handler/exception_handler.o \
+ src/client/linux/log/log.o \
src/client/linux/crash_generation/crash_generation_client.o \
src/client/linux/minidump_writer/linux_dumper.o \
src/client/linux/minidump_writer/linux_core_dumper.o \