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.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index d07975b8..bc9ef028 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1401,6 +1401,7 @@ TESTS_ENVIRONMENT = @LINUX_HOST_TRUE@src_client_linux_linux_client_unittest_LDADD = \ @LINUX_HOST_TRUE@ src/client/linux/handler/exception_handler.o \ +@LINUX_HOST_TRUE@ src/client/linux/log/log.o \ @LINUX_HOST_TRUE@ src/client/linux/crash_generation/crash_generation_client.o \ @LINUX_HOST_TRUE@ src/client/linux/minidump_writer/linux_dumper.o \ @LINUX_HOST_TRUE@ src/client/linux/minidump_writer/linux_core_dumper.o \ -- cgit v1.2.1