summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Reiss <dreiss@apache.org>2009-03-18 23:59:56 +0000
committerDavid Reiss <dreiss@apache.org>2009-03-18 23:59:56 +0000
commit48141bf5a686453b7a1b5b5b506617669b7cc748 (patch)
treefd2b33e0d42b71ac184e5eaa3732bfec82d66e64 /Makefile.am
parent4980910100f67b1353040529257825af946f8e6b (diff)
downloadthrift-48141bf5a686453b7a1b5b5b506617669b7cc748.tar.gz
THRIFT-373. Update lists of files to include in release tarballs
This is mostly EXTRA_DIST, but also includes some headers. I had to drill down into test because "make dist" builds some of the test code. .gitignore is not included in the tarballs. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@755791 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index cebfc6f8c..0a677d370 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,5 +3,5 @@ ACLOCAL_AMFLAGS = -I ./aclocal
SUBDIRS = compiler/cpp lib test
## Don't run make dist from a subversion working copy
## because it will pull in your .svn directories.
-EXTRA_DIST = bootstrap.sh cleanup.sh doc test tutorial contrib \
- thrift.el thrift.vim thrift.bnf CONTRIBUTORS LICENSE
+EXTRA_DIST = bootstrap.sh cleanup.sh print_version.sh doc tutorial contrib \
+ CONTRIBUTORS LICENSE