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
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
EXTRA_DIST = \
as3 \
cocoa \
+ d \
delphi \
go \
javame \
EXTRA_DIST = \
DenseProtoTest.cpp \
ThriftTest_extras.cpp \
- DebugProtoTest_extras.cpp
+ DebugProtoTest_extras.cpp \
+ concurrency \
+ processor
EXTRA_DIST = \
+ src \
+ test \
README
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
clean-local:
$(RM) -r ./packages
+EXTRA_DIST = Test
+
$(top_builddir)/compiler/cpp/thrift --gen html -r $(top_srcdir)/test/ThriftTest.thrift
EXTRA_DIST = \
+ test.sh \
cpp \
csharp \
hs \
DenseLinkingTest.thrift \
DocTest.thrift \
JavaBeansTest.thrift \
+ ManyOptionals.thrift \
ManyTypedefs.thrift \
OptionalRequiredTest.thrift \
SmallTest.thrift \