commit | 8fd8c6366d99ceeccdbcbbe94e87ae247c8c66f6 | [log] [tgz] |
---|---|---|
author | jfarrell <jfarrell@apache.org> | Thu Jul 10 09:14:51 2014 -0400 |
committer | jfarrell <jfarrell@apache.org> | Thu Jul 10 09:14:51 2014 -0400 |
tree | f5b690ffab713fed9cdf1e640a92ca05575fb9fd | |
parent | b0350dbc40d3bc442f02bbd5980e2c2b5d83194d [diff] [blame] |
THRIFT-2602:Fix missing dist files Client: build process Patch: jfarrell Add all missing files to the dist package.
diff --git a/lib/perl/Makefile.am b/lib/perl/Makefile.am index 8e0caae..067ed69 100644 --- a/lib/perl/Makefile.am +++ b/lib/perl/Makefile.am
@@ -52,4 +52,5 @@ lib/Thrift/Protocol.pm \ lib/Thrift/Server.pm \ lib/Thrift/Socket.pm \ - lib/Thrift/Transport.pm + lib/Thrift/Transport.pm \ + README.md