Mesa (master): gtest: Don't actually install a library.

Eric Anholt anholt at kemper.freedesktop.org
Mon Apr 16 18:27:21 UTC 2012


Module: Mesa
Branch: master
Commit: 9d921b168b1bfe03b602922ab93482babc0bd3f4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d921b168b1bfe03b602922ab93482babc0bd3f4

Author: Eric Anholt <eric at anholt.net>
Date:   Fri Apr 13 09:59:00 2012 -0700

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 at gmail.com>
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=411825
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/gtest/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gtest/Makefile.am b/src/gtest/Makefile.am
index 149de6e..3824d71 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 \




More information about the mesa-commit mailing list