mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-06 10:25:18 +00:00
More make dist entries
This commit is contained in:
parent
048ea0c830
commit
73d16378c5
@ -112,7 +112,9 @@ EXTRA_DIST = \
|
||||
doap.rdf \
|
||||
package.json \
|
||||
sonar-project.properties \
|
||||
Dockerfile \
|
||||
LICENSE \
|
||||
CHANGES \
|
||||
NOTICE \
|
||||
README.md
|
||||
README.md \
|
||||
Thrift.podspec
|
||||
|
@ -60,11 +60,13 @@ THRIFTCODE= \
|
||||
src/Transport/TTransportFactory.cs \
|
||||
src/Transport/THttpClient.cs \
|
||||
src/Transport/THttpHandler.cs \
|
||||
src/Transport/THttpTaskAsyncHandler.cs \
|
||||
src/Transport/TMemoryBuffer.cs \
|
||||
src/Transport/TNamedPipeClientTransport.cs \
|
||||
src/Transport/TNamedPipeServerTransport.cs \
|
||||
src/Transport/TTLSSocket.cs \
|
||||
src/Transport/TTLSServerSocket.cs \
|
||||
src/TAsyncProcessor.cs \
|
||||
src/TProcessor.cs \
|
||||
src/TProcessorFactory.cs \
|
||||
src/TSingletonProcessorFactory.cs \
|
||||
@ -103,6 +105,7 @@ EXTRA_DIST = \
|
||||
$(THRIFTCODE) \
|
||||
ThriftMSBuildTask \
|
||||
src/Thrift.csproj \
|
||||
src/Thrift.45.csproj \
|
||||
src/Thrift.sln \
|
||||
src/Transport/TSilverlightSocket.cs \
|
||||
test \
|
||||
|
@ -44,6 +44,7 @@ EXTRA_DIST = \
|
||||
build.properties \
|
||||
CMakeLists.txt \
|
||||
coding_standards.md \
|
||||
android \
|
||||
src \
|
||||
test \
|
||||
README.md
|
||||
README.md
|
||||
|
@ -120,6 +120,7 @@ EXTRA_DIST = \
|
||||
src/autoload.php \
|
||||
src/ext/thrift_protocol/config.m4 \
|
||||
src/ext/thrift_protocol/config.w32 \
|
||||
src/ext/thrift_protocol/php_thrift_protocol7.cpp \
|
||||
src/ext/thrift_protocol/php_thrift_protocol.cpp \
|
||||
src/ext/thrift_protocol/php_thrift_protocol.h \
|
||||
src/ext/thrift_protocol/run-tests.php \
|
||||
|
@ -131,6 +131,7 @@ EXTRA_DIST = \
|
||||
known_failures_Linux.json \
|
||||
test.py \
|
||||
tests.json \
|
||||
rebuild_known_failures.sh \
|
||||
result.js \
|
||||
index.html \
|
||||
README.md \
|
||||
|
@ -24,4 +24,5 @@ EXTRA_DIST = \
|
||||
string_limit.py \
|
||||
tests.json \
|
||||
theader_binary.py \
|
||||
setup.cfg \
|
||||
util.py
|
||||
|
@ -34,5 +34,6 @@ clean-local:
|
||||
$(RM) -r gen-*
|
||||
|
||||
EXTRA_DIST = \
|
||||
setup.cfg \
|
||||
PythonServer.py \
|
||||
PythonClient.py
|
||||
|
Loading…
Reference in New Issue
Block a user