From d43acacf5070eabfcecb2cd9a4072bf9036eadfc Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Mon, 27 Sep 2010 22:10:44 +0000 Subject: [PATCH] Fixes issue 105. --- scripts/gmock-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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