summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorjfarrell <jfarrell@apache.org>2014-07-10 09:14:51 -0400
committerjfarrell <jfarrell@apache.org>2014-07-10 09:14:51 -0400
commit8fd8c6366d99ceeccdbcbbe94e87ae247c8c66f6 (patch)
treef5b690ffab713fed9cdf1e640a92ca05575fb9fd /tutorial
parentb0350dbc40d3bc442f02bbd5980e2c2b5d83194d (diff)
downloadthrift-8fd8c6366d99ceeccdbcbbe94e87ae247c8c66f6.tar.gz
THRIFT-2602:Fix missing dist files
Client: build process Patch: jfarrell Add all missing files to the dist package.
Diffstat (limited to 'tutorial')
-rwxr-xr-xtutorial/Makefile.am4
-rwxr-xr-xtutorial/java/Makefile.am3
2 files changed, 5 insertions, 2 deletions
diff --git a/tutorial/Makefile.am b/tutorial/Makefile.am
index ccc9c4620..a0105236e 100755
--- a/tutorial/Makefile.am
+++ b/tutorial/Makefile.am
@@ -64,6 +64,7 @@ endif
# Any folders or files not listed above being added to SUBDIR need to be placed here in
# EXTRA_DIST to be included in the release
EXTRA_DIST = \
+ as3 \
csharp \
d \
delphi \
@@ -74,4 +75,5 @@ EXTRA_DIST = \
perl \
php \
shared.thrift \
- tutorial.thrift
+ tutorial.thrift \
+ README.md
diff --git a/tutorial/java/Makefile.am b/tutorial/java/Makefile.am
index aa8b80ccb..95908b154 100755
--- a/tutorial/java/Makefile.am
+++ b/tutorial/java/Makefile.am
@@ -41,4 +41,5 @@ tutorialclient: all
EXTRA_DIST = \
build.xml \
- src
+ src \
+ README.md