<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -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</diff>
      <filename>Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -17,7 +17,7 @@
 # under the License.
 #
 
-EXTRA_DIST = build.xml src test
+EXTRA_DIST = build.xml ivy.xml src test
 
 export CLASSPATH
 </diff>
      <filename>lib/java/Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -17,7 +17,7 @@
 # under the License.
 #
 
-SUBDIRS = 
+SUBDIRS = test
 
 Makefile-perl.mk : Makefile.PL
 	$(PERL) Makefile.PL MAKEFILE=Makefile-perl.mk INSTALLDIRS=$(INSTALLDIRS)
@@ -27,7 +27,6 @@ all-local: Makefile-perl.mk
 	find blib -name 'Makefile*' -exec rm -f {} \;
 
 check-local:
-	make -C test
 	$(PERL) -Iblib/lib -I@abs_srcdir@ -I@builddir@/test/gen-perl \
 		@abs_srcdir@/test.pl @abs_srcdir@/test/*.t
 </diff>
      <filename>lib/perl/Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -20,7 +20,7 @@
 THRIFT = @top_builddir@/compiler/cpp/thrift
 THRIFT_IF = @top_srcdir@/test/ThriftTest.thrift
 
-all-local: gen-perl/ThriftTest/Types.pm
+check-local: gen-perl/ThriftTest/Types.pm
 
 gen-perl/ThriftTest/Types.pm: $(THRIFT_IF)
 	$(THRIFT) --gen perl $(THRIFT_IF)</diff>
      <filename>lib/perl/test/Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -25,6 +25,7 @@ EXTRA_DIST = \
 	lib \
 	ext \
 	benchmark \
+	script \
 	spec
 
 all-local:</diff>
      <filename>lib/rb/Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -93,7 +93,9 @@ TPipedTransportTest_LDADD = \
 # AllProtocolsTest
 #
 AllProtocolsTest_SOURCES = \
-	AllProtocolTests.cpp
+	AllProtocolTests.cpp \
+	AllProtocolTests.tcc \
+	GenericHelpers.h
 
 AllProtocolsTest_LDADD = libtestgencpp.la
 </diff>
      <filename>test/Makefile.am</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d219bea5d080064867eab2ee0a8f45c22b99743b</id>
    </parent>
  </parents>
  <author>
    <name>dreiss</name>
    <email>dreiss@13f79535-47bb-0310-9956-ffa450edef68</email>
  </author>
  <url>http://github.com/dreiss/thrift/commit/3d57bcb2c940510c0a7dfa208cea1e6efe85c0bf</url>
  <id>3d57bcb2c940510c0a7dfa208cea1e6efe85c0bf</id>
  <committed-date>2009-05-22T12:52:06-07:00</committed-date>
  <authored-date>2009-05-22T12:52:06-07:00</authored-date>
  <message>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 &quot;Types.pm&quot; 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</message>
  <tree>e76554a060d531e08fdc50429e682a9f882948e0</tree>
  <committer>
    <name>dreiss</name>
    <email>dreiss@13f79535-47bb-0310-9956-ffa450edef68</email>
  </committer>
</commit>
