diff options
author | jfarrell <jfarrell@apache.org> | 2015-08-25 00:39:29 -0400 |
---|---|---|
committer | jfarrell <jfarrell@apache.org> | 2015-08-25 00:39:29 -0400 |
commit | f13e431babd92f08f46cbc1f32da48965e1c5ca8 (patch) | |
tree | 56e09f2b648ea8459286971aa6be59a44eff149e /lib/nodejs/Makefile.am | |
parent | 7860ee727a91d2f7e74a48c2048f7f7fc79a5d10 (diff) | |
download | thrift-f13e431babd92f08f46cbc1f32da48965e1c5ca8.tar.gz |
THRIFT-3305: Missing dist files for 0.9.3 release candidate
Client: build
Patch: jfarrell
Adds missing files to dist
Diffstat (limited to 'lib/nodejs/Makefile.am')
-rwxr-xr-x | lib/nodejs/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/nodejs/Makefile.am b/lib/nodejs/Makefile.am index b8e441bcb..6d785bec8 100755 --- a/lib/nodejs/Makefile.am +++ b/lib/nodejs/Makefile.am @@ -39,4 +39,5 @@ EXTRA_DIST = \ examples \ lib \ test \ + coding_standards.md \ README.md |