projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebcabb8
)
gtest: Build it only for 'make check'.
author
Johannes Obermayr
<johannesobermayr@gmx.de>
Fri, 28 Dec 2012 06:04:26 +0000
(07:04 +0100)
committer
Andreas Boll
<andreas.boll.dev@gmail.com>
Sun, 13 Jan 2013 11:38:44 +0000
(12:38 +0100)
Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/gtest/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gtest/Makefile.am
b/src/gtest/Makefile.am
index 7defa342d05d8a52980366d8fc86287d2e8b4299..4188c6b25ecb30d19472464eb895d8193a070edf 100644
(file)
--- 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 \