summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBryan Duxbury <bryanduxbury@apache.org>2010-05-03 21:33:00 +0000
committerBryan Duxbury <bryanduxbury@apache.org>2010-05-03 21:33:00 +0000
commita1e268c54b6702dc9223623fd51a8c96df8335d2 (patch)
treec99c9af01178e054c9e920e15b4369e71407cc40 /Makefile.am
parentf7d9f8e4899ac9b126a4ed3cd11a949fd476a066 (diff)
downloadthrift-a1e268c54b6702dc9223623fd51a8c96df8335d2.tar.gz
THRIFT-770. build: Get 'make dist' to work without first compiling source code
This patch ditches the old print_version.sh method and instead generates the compiler's version.h via the Makefile. Patch: Anthony Molinaro git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@940630 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bd5660100..29648a06a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,5 +24,5 @@ SUBDIRS = compiler/cpp lib test
dist-hook:
find $(distdir) -name '.[a-zA-Z0-9]*' | xargs rm -rf
-EXTRA_DIST = bootstrap.sh cleanup.sh print_version.sh doc tutorial contrib \
+EXTRA_DIST = bootstrap.sh cleanup.sh doc tutorial contrib \
CONTRIBUTORS LICENSE CHANGES DISCLAIMER NOTICE