You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jf...@apache.org on 2012/10/11 02:29:12 UTC

svn commit: r1396880 - in /thrift/trunk: compiler/cpp/Makefile.am lib/Makefile.am lib/cpp/test/Makefile.am lib/d/Makefile.am lib/php/Makefile.am lib/php/test/Makefile.am test/Makefile.am

Author: jfarrell
Date: Thu Oct 11 00:29:11 2012
New Revision: 1396880

URL: http://svn.apache.org/viewvc?rev=1396880&view=rev
Log:
Thrift-1721:Dist broken due to 0.8.0 to 0.9.0 changes
Client: build
Patch: Jake Farrell

Fix dist build to create the 0.9.0 release


Modified:
    thrift/trunk/compiler/cpp/Makefile.am
    thrift/trunk/lib/Makefile.am
    thrift/trunk/lib/cpp/test/Makefile.am
    thrift/trunk/lib/d/Makefile.am
    thrift/trunk/lib/php/Makefile.am
    thrift/trunk/lib/php/test/Makefile.am
    thrift/trunk/test/Makefile.am

Modified: thrift/trunk/compiler/cpp/Makefile.am
URL: http://svn.apache.org/viewvc/thrift/trunk/compiler/cpp/Makefile.am?rev=1396880&r1=1396879&r2=1396880&view=diff
==============================================================================
--- thrift/trunk/compiler/cpp/Makefile.am (original)
+++ thrift/trunk/compiler/cpp/Makefile.am Thu Oct 11 00:29:11 2012
@@ -60,6 +60,7 @@ thrift_SOURCES = src/main.cc \
                  src/parse/parse.cc \
                  src/generate/t_generator.h \
                  src/generate/t_oop_generator.h \
+                 src/generate/t_html_generator.h \
                  src/windows/config.h \
                  src/windows/version.h
 

Modified: thrift/trunk/lib/Makefile.am
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/Makefile.am?rev=1396880&r1=1396879&r2=1396880&view=diff
==============================================================================
--- thrift/trunk/lib/Makefile.am (original)
+++ thrift/trunk/lib/Makefile.am Thu Oct 11 00:29:11 2012
@@ -71,6 +71,7 @@ endif
 EXTRA_DIST = \
 			as3 \
 			cocoa \
+			d \
 			delphi \
 			go \
 			javame \

Modified: thrift/trunk/lib/cpp/test/Makefile.am
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/test/Makefile.am?rev=1396880&r1=1396879&r2=1396880&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/test/Makefile.am (original)
+++ thrift/trunk/lib/cpp/test/Makefile.am Thu Oct 11 00:29:11 2012
@@ -231,4 +231,6 @@ clean-local:
 EXTRA_DIST = \
 	DenseProtoTest.cpp \
 	ThriftTest_extras.cpp \
-	DebugProtoTest_extras.cpp
+	DebugProtoTest_extras.cpp \
+	concurrency \
+	processor

Modified: thrift/trunk/lib/d/Makefile.am
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/d/Makefile.am?rev=1396880&r1=1396879&r2=1396880&view=diff
==============================================================================
--- thrift/trunk/lib/d/Makefile.am (original)
+++ thrift/trunk/lib/d/Makefile.am Thu Oct 11 00:29:11 2012
@@ -178,4 +178,6 @@ TESTS = $(addprefix unittest/debug/, $(d
 
 
 EXTRA_DIST = \
+	src \
+	test \ 
 	README

Modified: thrift/trunk/lib/php/Makefile.am
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/php/Makefile.am?rev=1396880&r1=1396879&r2=1396880&view=diff
==============================================================================
--- thrift/trunk/lib/php/Makefile.am (original)
+++ thrift/trunk/lib/php/Makefile.am Thu Oct 11 00:29:11 2012
@@ -91,6 +91,10 @@ phptype_DATA = \
   lib/Thrift/Type/TMessageType.php \
   lib/Thrift/Type/TType.php
 
-EXTRA_DIST = src thrift_protocol.ini README.apache
+EXTRA_DIST = \
+	src \
+	lib \
+	thrift_protocol.ini \
+	README.apache
 
 MAINTAINERCLEANFILES = Makefile Makefile.in

Modified: thrift/trunk/lib/php/test/Makefile.am
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/php/test/Makefile.am?rev=1396880&r1=1396879&r2=1396880&view=diff
==============================================================================
--- thrift/trunk/lib/php/test/Makefile.am (original)
+++ thrift/trunk/lib/php/test/Makefile.am Thu Oct 11 00:29:11 2012
@@ -31,3 +31,5 @@ endif
 clean-local:
 	$(RM) -r ./packages
 
+EXTRA_DIST = Test
+

Modified: thrift/trunk/test/Makefile.am
URL: http://svn.apache.org/viewvc/thrift/trunk/test/Makefile.am?rev=1396880&r1=1396879&r2=1396880&view=diff
==============================================================================
--- thrift/trunk/test/Makefile.am (original)
+++ thrift/trunk/test/Makefile.am Thu Oct 11 00:29:11 2012
@@ -51,6 +51,7 @@ check-local:
 	$(top_builddir)/compiler/cpp/thrift --gen html -r $(top_srcdir)/test/ThriftTest.thrift
 
 EXTRA_DIST = \
+	test.sh \
 	cpp \
 	csharp \
 	hs \
@@ -69,6 +70,7 @@ EXTRA_DIST = \
 	DenseLinkingTest.thrift \
 	DocTest.thrift \
 	JavaBeansTest.thrift \
+	ManyOptionals.thrift \
 	ManyTypedefs.thrift \
 	OptionalRequiredTest.thrift \
 	SmallTest.thrift \