summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJake Farrell <jfarrell@apache.org>2011-11-16 12:58:36 +0000
committerJake Farrell <jfarrell@apache.org>2011-11-16 12:58:36 +0000
commite0c531673657fb85ed9cc653c1976bd1810deb76 (patch)
treeab37013400edd246e3d0503699accfc4178aff6a /Makefile.am
parent2a266cb59504fa56dd693fa7c62072a48c70e9b5 (diff)
downloadthrift-e0c531673657fb85ed9cc653c1976bd1810deb76.tar.gz
Thrift-1426: Dist package missing files for release 0.8
Client: build Patch: Jake Farrell Cleans up dist target and removes extra folders. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1202686 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 9 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index b5f36ef07..f4548e0d0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,5 +33,12 @@ dist-hook:
print-version:
@echo $(VERSION)
-EXTRA_DIST = doc tutorial contrib \
- CONTRIBUTORS LICENSE CHANGES DISCLAIMER NOTICE
+EXTRA_DIST = \
+ doc \
+ tutorial \
+ contrib \
+ CONTRIBUTORS \
+ LICENSE \
+ CHANGES \
+ DISCLAIMER \
+ NOTICE