summaryrefslogtreecommitdiff
path: root/src/gtest
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtest')
-rw-r--r--src/gtest/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtest/Makefile.am b/src/gtest/Makefile.am
index 149de6e3d74..3824d712075 100644
--- a/src/gtest/Makefile.am
+++ b/src/gtest/Makefile.am
@@ -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 \