From 9d921b168b1bfe03b602922ab93482babc0bd3f4 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 13 Apr 2012 09:59:00 -0700 Subject: 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 Fixes: https://bugs.gentoo.org/show_bug.cgi?id=411825 Reviewed-by: Kenneth Graunke --- src/gtest/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gtest') diff --git a/src/gtest/Makefile.am b/src/gtest/Makefile.am index 149de6e3d74..3824d712075 100644 --- a/src/gtest/Makefile.am +++ b/src/gtest/Makefile.am @@ -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 \ -- cgit v1.2.3