diff options
author | jfarrell <jfarrell@apache.org> | 2013-08-15 21:20:19 -0400 |
---|---|---|
committer | jfarrell <jfarrell@apache.org> | 2013-08-15 21:20:19 -0400 |
commit | 102c600bbb64b23679a3b143cdf9815733bdcb55 (patch) | |
tree | c449defe3ed1d59db51a8a600808a72ec9db85ec /compiler/cpp/Makefile.am | |
parent | 32d323e2c7df3ae2c083d8fe109a3dd6806c204d (diff) | |
download | thrift-102c600bbb64b23679a3b143cdf9815733bdcb55.tar.gz |
Thrift-2124: .o, .so, .la, .deps, .libs, gen-* files left tutorials, test and lib/cpp when making DIST
Client: build
Patch: jfarrell
Fixing all the missing files and dist build issues that have been ignored.
Diffstat (limited to 'compiler/cpp/Makefile.am')
-rw-r--r-- | compiler/cpp/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/cpp/Makefile.am b/compiler/cpp/Makefile.am index 2c3e5dca9..13fed07df 100644 --- a/compiler/cpp/Makefile.am +++ b/compiler/cpp/Makefile.am @@ -101,7 +101,8 @@ libparse_a_SOURCES = src/thrifty.yy \ WINDOWS_DIST = \ compiler.sln \ compiler.vcxproj \ - compiler.vcxproj.filters + compiler.vcxproj.filters \ + README_Windows.txt EXTRA_DIST = \ $(WINDOWS_DIST) |