Get a few more generated files into release tarballs
authorDavid Reiss <dreiss@apache.org>
Fri, 20 Mar 2009 07:02:52 +0000 (07:02 +0000)
committerDavid Reiss <dreiss@apache.org>
Fri, 20 Mar 2009 07:02:52 +0000 (07:02 +0000)
commitade070ffdf02ff75c9a083dfb51aa6dd47464344
tree8db9034e61e6df79d9b0934aa544fed7fb7d8226
parent916f353f9f9577d48c764e856bef9b6ba41a7550
Get a few more generated files into release tarballs

The generated code for the C++ automated tests is all put into
one (non-installed) library.  This change updates the list of
sources for the library to (1) eliminate sources that aren't
used and (1) include the relevant header files.  The headers
aren't acutally built into the library, but listing them causes
them to be included in the release tarball.  They also had to
be added to the code-generating rules so make would know how
to build them.  Now "make check" works out of the box in
release tarballs (after configure).

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@756347 13f79535-47bb-0310-9956-ffa450edef68
test/Makefile.am