From 07a1c07b7b732243a46202ec37940da1efeb0ded Mon Sep 17 00:00:00 2001 From: "jessicag.feedback@gmail.com" Date: Thu, 19 Aug 2010 22:23:03 +0000 Subject: Clean up old glog code and move deps to new reference in third_party. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@660 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/linux/Makefile') diff --git a/src/client/linux/Makefile b/src/client/linux/Makefile index 5cf4baee..1a5e8a72 100644 --- a/src/client/linux/Makefile +++ b/src/client/linux/Makefile @@ -17,7 +17,7 @@ GOOGLETEST_CC_SRC=../../testing/gtest/src/gtest_main.cc \ ../../testing/src/gmock-all.cc # Google Logging -GOOGLELOG_LIB=../../third_party/linux/lib/glog/libglog.a +GOOGLELOG_LIB=../../third_party/glog/glog/src/glog/libglog.a # Google Flags lib GOOGLEFLAGS_LIB=../../third_party/linux/lib/gflags/libgflags.a -- cgit v1.2.1