From b90d0ebafe87759cf7de548d96a0744a16051e41 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 21 Mar 2012 15:20:15 -0500 Subject: Ensure that we're not distributing any gtest sources --- test/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 7d6d95e..1d28dc4 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -7,8 +7,7 @@ TESTS = AM_CPPFLAGS = $(GTEST_CPPFLAGS) \ -I${top_srcdir}/src -nodist_libgtest_a_SOURCES = $(GTEST_SOURCE)/src/gtest-all.cc -libgtest_a_SOURCES = \ +nodist_libgtest_a_SOURCES = \ $(GTEST_SOURCE)/src/gtest-all.cc \ $(GTEST_SOURCE)/src/gtest_main.cc libgtest_a_CPPFLAGS = \ -- cgit v1.2.3