~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to src/gtest/scripts/gtest-config.in

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-07-16 09:56:24 UTC
  • mfrom: (0.3.11)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20120716095624-azr2w4hbhei1rxmx
Tags: upstream-0.48
ImportĀ upstreamĀ versionĀ 0.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
  # TODO(chandlerc@google.com): This is a dangerous dependency on libtool, we
215
215
  # should work to remove it, and/or remove libtool altogether, replacing it
216
216
  # with direct references to the library and a link path.
217
 
  gtest_libs="${build_dir}/lib/libgtest.la @PTHREAD_CFLAGS@ @PTHREAD_LIBS@"
 
217
  gtest_libs="${build_dir}/lib/libgtest.a @PTHREAD_CFLAGS@ @PTHREAD_LIBS@"
218
218
  gtest_ldflags=""
219
219
 
220
220
  # We provide hooks to include from either the source or build dir, where the