aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2010-09-27 22:10:44 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2010-09-27 22:10:44 +0000
commitd43acacf5070eabfcecb2cd9a4072bf9036eadfc (patch)
treee55e5f0fb4ab9407b2471463ae234ef5481a5210
parent736baa8ac028f01a5c79ebecb6fc7043b47d3c4e (diff)
downloadgoogletest-d43acacf5070eabfcecb2cd9a4072bf9036eadfc.tar.gz
googletest-d43acacf5070eabfcecb2cd9a4072bf9036eadfc.tar.bz2
googletest-d43acacf5070eabfcecb2cd9a4072bf9036eadfc.zip
Fixes issue 105.
-rwxr-xr-xscripts/gmock-config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gmock-config.in b/scripts/gmock-config.in
index 9ce17a25..2baefe94 100755
--- a/scripts/gmock-config.in
+++ b/scripts/gmock-config.in
@@ -216,7 +216,7 @@ if test "${this_bindir}" = "${this_bindir%${bindir}}"; then
# TODO(chandlerc@google.com): This is a dangerous dependency on libtool, we
# should work to remove it, and/or remove libtool altogether, replacing it
# with direct references to the library and a link path.
- gmock_libs="${build_dir}/lib/libgtest.la"
+ gmock_libs="${build_dir}/lib/libgmock.la"
gmock_ldflags=""
# We provide hooks to include from either the source or build dir, where the