From: Johannes Obermayr Date: Fri, 28 Dec 2012 06:04:26 +0000 (+0100) Subject: gtest: Build it only for 'make check'. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=40a9b0f5d2498d86e2e6a8e61c0737938559d6db;p=mesa.git gtest: Build it only for 'make check'. Reviewed-by: Andreas Boll Reviewed-by: Kenneth Graunke --- diff --git a/src/gtest/Makefile.am b/src/gtest/Makefile.am index 7defa342d05..4188c6b25ec 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 \