gtest: Build it only for 'make check'.

Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Johannes Obermayr 2012-12-28 07:04:26 +01:00 committed by Andreas Boll
parent ebcabb88cf
commit 40a9b0f5d2

View file

@ -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 \