summaryrefslogtreecommitdiff
path: root/tutorial/java
diff options
context:
space:
mode:
authorjfarrell <jfarrell@apache.org>2013-08-15 21:20:19 -0400
committerjfarrell <jfarrell@apache.org>2013-08-15 21:20:19 -0400
commit102c600bbb64b23679a3b143cdf9815733bdcb55 (patch)
treec449defe3ed1d59db51a8a600808a72ec9db85ec /tutorial/java
parent32d323e2c7df3ae2c083d8fe109a3dd6806c204d (diff)
downloadthrift-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 'tutorial/java')
-rwxr-xr-xtutorial/java/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/tutorial/java/Makefile.am b/tutorial/java/Makefile.am
index 3b2174a7b..aa8b80ccb 100755
--- a/tutorial/java/Makefile.am
+++ b/tutorial/java/Makefile.am
@@ -37,4 +37,8 @@ tutorialserver: all
$(ANT) $(ANT_FLAGS) tutorialserver
tutorialclient: all
- $(ANT) $(ANT_FLAGS) tutorialclient \ No newline at end of file
+ $(ANT) $(ANT_FLAGS) tutorialclient
+
+EXTRA_DIST = \
+ build.xml \
+ src