From 40a9b0f5d2498d86e2e6a8e61c0737938559d6db Mon Sep 17 00:00:00 2001 From: Johannes Obermayr Date: Fri, 28 Dec 2012 07:04:26 +0100 Subject: gtest: Build it only for 'make check'. Reviewed-by: Andreas Boll Reviewed-by: Kenneth Graunke --- src/gtest/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gtest') diff --git a/src/gtest/Makefile.am b/src/gtest/Makefile.am index 7defa342d0..4188c6b25e 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 \ -- cgit v1.2.3