mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
gtest: Don't actually install a library.
The whole point of importing it was that you're not supposed to install this library. Reviewed-by: Matt Turner <mattst88@gmail.com> Fixes: https://bugs.gentoo.org/show_bug.cgi?id=411825 Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
6f89f5a524
commit
9d921b168b
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
AM_CFLAGS = $(DEFINES) -I$(top_builddir)/src/gtest/include
|
||||
AM_CXXFLAGS = $(DEFINES) -I$(top_builddir)/src/gtest/include
|
||||
|
||||
lib_LTLIBRARIES = libgtest.la
|
||||
noinst_LTLIBRARIES = libgtest.la
|
||||
|
||||
libgtest_la_SOURCES = \
|
||||
src/gtest-all.cc \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue