Fixes issue 105.
diff --git a/scripts/gmock-config.in b/scripts/gmock-config.in
index 9ce17a2..2baefe9 100755
--- a/scripts/gmock-config.in
+++ b/scripts/gmock-config.in
@@ -216,7 +216,7 @@
   # 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