Thrift-1721:Dist broken due to 0.8.0 to 0.9.0 changes
authorJake Farrell <jfarrell@apache.org>
Thu, 11 Oct 2012 00:29:11 +0000 (00:29 +0000)
committerJake Farrell <jfarrell@apache.org>
Thu, 11 Oct 2012 00:29:11 +0000 (00:29 +0000)
Client: build
Patch: Jake Farrell

Fix dist build to create the 0.9.0 release

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1396880 13f79535-47bb-0310-9956-ffa450edef68

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

index 391f35d..f47b15f 100644 (file)
@@ -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
 
index f95428f..d26752b 100644 (file)
@@ -71,6 +71,7 @@ endif
 EXTRA_DIST = \
                        as3 \
                        cocoa \
+                       d \
                        delphi \
                        go \
                        javame \
index f2ffa45..05ee9cc 100755 (executable)
@@ -231,4 +231,6 @@ clean-local:
 EXTRA_DIST = \
        DenseProtoTest.cpp \
        ThriftTest_extras.cpp \
-       DebugProtoTest_extras.cpp
+       DebugProtoTest_extras.cpp \
+       concurrency \
+       processor
index d76a07e..36a758c 100644 (file)
@@ -178,4 +178,6 @@ TESTS = $(addprefix unittest/debug/, $(d_test_modules)) \
 
 
 EXTRA_DIST = \
+       src \
+       test \ 
        README
index 5c4d0f4..d374cbc 100755 (executable)
@@ -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
index 3ad7781..2fd7f81 100755 (executable)
@@ -31,3 +31,5 @@ endif
 clean-local:
        $(RM) -r ./packages
 
+EXTRA_DIST = Test
+
index e9d02e2..aaa497f 100755 (executable)
@@ -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 \