[Mesa-dev] [PATCH 01/11] gtest: Don't actually install a library.
Eric Anholt
eric at anholt.net
Fri Apr 13 16:38:29 PDT 2012
The whole point of importing it was that you're not supposed to
install this library.
---
src/gtest/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 \
--
1.7.10
More information about the mesa-dev
mailing list