diff options
author | Ted Gould <ted@gould.cx> | 2012-03-21 15:20:15 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-03-21 15:20:15 -0500 |
commit | b90d0ebafe87759cf7de548d96a0744a16051e41 (patch) | |
tree | cbcf24e25f9ee08e4634fbba31fb2b61189b7a8e /test | |
parent | 213659f3a1491d7d95a904d4629dfa386ba8a684 (diff) | |
download | ayatana-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
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 3 |
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 = \ |