[Mesa-dev] [PATCH 09/11] gtest: Build it only for 'make check'.

Johannes Obermayr johannesobermayr at gmx.de
Fri Jan 11 18:23:32 PST 2013


---
 src/gtest/Makefile.am |    2 +-
 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-)

diff --git a/src/gtest/Makefile.am b/src/gtest/Makefile.am
index 7defa34..4188c6b 100644
--- a/src/gtest/Makefile.am
+++ b/src/gtest/Makefile.am
@@ -22,7 +22,7 @@
 AM_CFLAGS = $(DEFINES) -I$(top_srcdir)/src/gtest/include
 AM_CXXFLAGS = $(DEFINES) -I$(top_srcdir)/src/gtest/include
 
-noinst_LTLIBRARIES = libgtest.la
+check_LTLIBRARIES = libgtest.la
 
 libgtest_la_SOURCES = \
 	src/gtest-all.cc \
-- 
1.7.10.4



More information about the mesa-dev mailing list