gtest: Don't actually install a library.
authorEric Anholt <eric@anholt.net>
Fri, 13 Apr 2012 16:59:00 +0000 (09:59 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 16 Apr 2012 18:25:39 +0000 (11:25 -0700)
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>
src/gtest/Makefile.am

index 149de6e3d74b26515813ed22b0c9b21efeb6271a..3824d712075a2f1ab4fa7ee735180c4e9df0a74f 100644 (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 \