gtest: Don't actually install a library.

The whole point of importing it was that you're not supposed to
install this library.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=411825
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Eric Anholt 2012-04-13 09:59:00 -07:00
parent 6f89f5a524
commit 9d921b168b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
AM_CFLAGS = $(DEFINES) -I$(top_builddir)/src/gtest/include
AM_CXXFLAGS = $(DEFINES) -I$(top_builddir)/src/gtest/include
lib_LTLIBRARIES = libgtest.la
noinst_LTLIBRARIES = libgtest.la
libgtest_la_SOURCES = \
src/gtest-all.cc \