aboutsummaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorjessicag.feedback@gmail.com <jessicag.feedback@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-08-19 22:23:03 +0000
committerjessicag.feedback@gmail.com <jessicag.feedback@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-08-19 22:23:03 +0000
commit07a1c07b7b732243a46202ec37940da1efeb0ded (patch)
treecba89573385711daf4a9502f63a997549869affe /src/client
parentThis checkin of the binaries was created by refresh_binaries.bat. (diff)
downloadbreakpad-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/Makefile2
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