From: Eric Anholt Date: Fri, 13 Apr 2012 16:59:00 +0000 (-0700) Subject: gtest: Don't actually install a library. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d921b168b1bfe03b602922ab93482babc0bd3f4;p=mesa.git 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 --- 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 \