From a9d27c5ea0d3b57c46370de99fd777002c6d0fd9 Mon Sep 17 00:00:00 2001 From: "benchan@chromium.org" Date: Tue, 3 Apr 2012 17:11:12 +0000 Subject: 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 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.1