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