Module: Mesa Branch: master Commit: 40a9b0f5d2498d86e2e6a8e61c0737938559d6db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=40a9b0f5d2498d86e2e6a8e61c0737938559d6db
Author: Johannes Obermayr <[email protected]> Date: Fri Dec 28 07:04:26 2012 +0100 gtest: Build it only for 'make check'. Reviewed-by: Andreas Boll <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> --- src/gtest/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
