Author: dreiss
Date: Fri May 22 19:52:06 2009
New Revision: 777681

URL: http://svn.apache.org/viewvc?rev=777681&view=rev
Log:
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).

Modified:
    incubator/thrift/trunk/Makefile.am
    incubator/thrift/trunk/lib/java/Makefile.am
    incubator/thrift/trunk/lib/perl/Makefile.am
    incubator/thrift/trunk/lib/perl/test/Makefile.am
    incubator/thrift/trunk/lib/rb/Makefile.am
    incubator/thrift/trunk/test/Makefile.am

Modified: incubator/thrift/trunk/Makefile.am
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/Makefile.am?rev=777681&r1=777680&r2=777681&view=diff
==============================================================================
--- incubator/thrift/trunk/Makefile.am (original)
+++ incubator/thrift/trunk/Makefile.am Fri May 22 19:52:06 2009
@@ -25,4 +25,4 @@
        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

Modified: incubator/thrift/trunk/lib/java/Makefile.am
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/Makefile.am?rev=777681&r1=777680&r2=777681&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/java/Makefile.am (original)
+++ incubator/thrift/trunk/lib/java/Makefile.am Fri May 22 19:52:06 2009
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-EXTRA_DIST = build.xml src test
+EXTRA_DIST = build.xml ivy.xml src test
 
 export CLASSPATH
 

Modified: incubator/thrift/trunk/lib/perl/Makefile.am
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/perl/Makefile.am?rev=777681&r1=777680&r2=777681&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/perl/Makefile.am (original)
+++ incubator/thrift/trunk/lib/perl/Makefile.am Fri May 22 19:52:06 2009
@@ -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 @@
        find blib -name 'Makefile*' -exec rm -f {} \;
 
 check-local:
-       make -C test
        $(PERL) -Iblib/lib -...@abs_srcdir@ -...@builddir@/test/gen-perl \
                @abs_srcdir@/test.pl @abs_srcdir@/test/*.t
 

Modified: incubator/thrift/trunk/lib/perl/test/Makefile.am
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/perl/test/Makefile.am?rev=777681&r1=777680&r2=777681&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/perl/test/Makefile.am (original)
+++ incubator/thrift/trunk/lib/perl/test/Makefile.am Fri May 22 19:52:06 2009
@@ -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)

Modified: incubator/thrift/trunk/lib/rb/Makefile.am
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/rb/Makefile.am?rev=777681&r1=777680&r2=777681&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/rb/Makefile.am (original)
+++ incubator/thrift/trunk/lib/rb/Makefile.am Fri May 22 19:52:06 2009
@@ -25,6 +25,7 @@
        lib \
        ext \
        benchmark \
+       script \
        spec
 
 all-local:

Modified: incubator/thrift/trunk/test/Makefile.am
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/test/Makefile.am?rev=777681&r1=777680&r2=777681&view=diff
==============================================================================
--- incubator/thrift/trunk/test/Makefile.am (original)
+++ incubator/thrift/trunk/test/Makefile.am Fri May 22 19:52:06 2009
@@ -93,7 +93,9 @@
 # AllProtocolsTest
 #
 AllProtocolsTest_SOURCES = \
-       AllProtocolTests.cpp
+       AllProtocolTests.cpp \
+       AllProtocolTests.tcc \
+       GenericHelpers.h
 
 AllProtocolsTest_LDADD = libtestgencpp.la
 


Reply via email to