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 \