diff options
author | jessicag.feedback@gmail.com <jessicag.feedback@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2010-08-19 22:23:03 +0000 |
---|---|---|
committer | jessicag.feedback@gmail.com <jessicag.feedback@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2010-08-19 22:23:03 +0000 |
commit | 07a1c07b7b732243a46202ec37940da1efeb0ded (patch) | |
tree | cba89573385711daf4a9502f63a997549869affe /src/client | |
parent | This checkin of the binaries was created by refresh_binaries.bat. (diff) | |
download | breakpad-07a1c07b7b732243a46202ec37940da1efeb0ded.tar.xz |
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
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |