diff options
author | David Reiss <dreiss@apache.org> | 2009-05-22 19:52:06 +0000 |
---|---|---|
committer | David Reiss <dreiss@apache.org> | 2009-05-22 19:52:06 +0000 |
commit | 4b86e62eb6bb9230985c53c121e6aa34642162cb (patch) | |
tree | e76554a060d531e08fdc50429e682a9f882948e0 /Makefile.am | |
parent | dc0a94142699ebf90a4a35a3e1ca64c7b875125f (diff) | |
download | thrift-4b86e62eb6bb9230985c53c121e6aa34642162cb.tar.gz |
THRIFT-373. Get some missing files into the release tarballs
- Added some stuff to EXTRA_DIST.
- Added some non-compiled sources to a C++ test.
- Made lib/perl/test a SUBDIR of lib/perl.
The last is a revert of r766558, but I moved the "Types.pm" rules in
lib/perl/test/Makefile.am to the check-local target, so it should still
work as expected (per THRIFT-461).
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@777681 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0c196ce1e..bd5660100 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,4 +25,4 @@ dist-hook: find $(distdir) -name '.[a-zA-Z0-9]*' | xargs rm -rf EXTRA_DIST = bootstrap.sh cleanup.sh print_version.sh doc tutorial contrib \ - CONTRIBUTORS LICENSE + CONTRIBUTORS LICENSE CHANGES DISCLAIMER NOTICE |