Repository: thrift Updated Branches: refs/heads/master 63fcb7e75 -> db372ac24
compiler: move README_Windows.md content to README.md fix compiler/cpp/Makefile.am Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/db372ac2 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/db372ac2 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/db372ac2 Branch: refs/heads/master Commit: db372ac2489b690d2e7675f85e479105446a1da1 Parents: 63fcb7e Author: Roger Meier <[email protected]> Authored: Mon Jun 16 07:32:12 2014 +0200 Committer: Roger Meier <[email protected]> Committed: Mon Jun 16 07:32:12 2014 +0200 ---------------------------------------------------------------------- compiler/cpp/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/db372ac2/compiler/cpp/Makefile.am ---------------------------------------------------------------------- diff --git a/compiler/cpp/Makefile.am b/compiler/cpp/Makefile.am index 0013121..d6cf4c3 100644 --- a/compiler/cpp/Makefile.am +++ b/compiler/cpp/Makefile.am @@ -107,10 +107,10 @@ libparse_a_SOURCES = src/thrifty.yy \ WINDOWS_DIST = \ compiler.sln \ compiler.vcxproj \ - compiler.vcxproj.filters \ - README_Windows.md + compiler.vcxproj.filters EXTRA_DIST = \ + README.md \ $(WINDOWS_DIST) clean-local:
