commit | 102c600bbb64b23679a3b143cdf9815733bdcb55 | [log] [tgz] |
---|---|---|
author | jfarrell <jfarrell@apache.org> | 周四 8月 15 21:20:19 2013 -0400 |
committer | jfarrell <jfarrell@apache.org> | 周四 8月 15 21:20:19 2013 -0400 |
tree | c449defe3ed1d59db51a8a600808a72ec9db85ec | |
parent | 32d323e2c7df3ae2c083d8fe109a3dd6806c204d [diff] |
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.
diff --git a/tutorial/go/Makefile.am b/tutorial/go/Makefile.am index 5df065a..53c3980 100644 --- a/tutorial/go/Makefile.am +++ b/tutorial/go/Makefile.am
@@ -55,4 +55,7 @@ src/client.go \ src/handler.go \ src/server.go \ - src/main.go + src/main.go \ + server.crt \ + server.key +