aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-03-21 15:20:15 -0500
committerTed Gould <ted@gould.cx>2012-03-21 15:20:15 -0500
commitb90d0ebafe87759cf7de548d96a0744a16051e41 (patch)
treecbcf24e25f9ee08e4634fbba31fb2b61189b7a8e
parent213659f3a1491d7d95a904d4629dfa386ba8a684 (diff)
downloadayatana-indicator-messages-b90d0ebafe87759cf7de548d96a0744a16051e41.tar.gz
ayatana-indicator-messages-b90d0ebafe87759cf7de548d96a0744a16051e41.tar.bz2
ayatana-indicator-messages-b90d0ebafe87759cf7de548d96a0744a16051e41.zip
Ensure that we're not distributing any gtest sources
-rw-r--r--test/Makefile.am3
1 files changed, 1 insertions, 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 = \