Repository: thrift Updated Branches: refs/heads/master 61444d7be -> c2993c0ed
THRIFT-3332 make dist fails on clean build This closes #609 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/c2993c0e Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/c2993c0e Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/c2993c0e Branch: refs/heads/master Commit: c2993c0edfd5355d4a5fae03e0e1c292536001f1 Parents: 61444d7 Author: Nobuaki Sukegawa <[email protected]> Authored: Sun Sep 20 14:03:16 2015 +0900 Committer: Roger Meier <[email protected]> Committed: Mon Sep 21 23:03:30 2015 +0200 ---------------------------------------------------------------------- lib/cpp/test/Makefile.am | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/c2993c0e/lib/cpp/test/Makefile.am ---------------------------------------------------------------------- diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am index b19f791..44b94a7 100755 --- a/lib/cpp/test/Makefile.am +++ b/lib/cpp/test/Makefile.am @@ -368,5 +368,4 @@ EXTRA_DIST = \ qt \ CMakeLists.txt \ DebugProtoTest_extras.cpp \ - tests.xml \ ThriftTest_extras.cpp
