More make dist entries

This commit is contained in:
Nobuaki Sukegawa 2016-03-19 23:32:11 +09:00
parent 048ea0c830
commit 73d16378c5
7 changed files with 12 additions and 2 deletions

View File

@ -112,7 +112,9 @@ EXTRA_DIST = \
doap.rdf \
package.json \
sonar-project.properties \
Dockerfile \
LICENSE \
CHANGES \
NOTICE \
README.md
README.md \
Thrift.podspec

View File

@ -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 \

View File

@ -44,6 +44,7 @@ EXTRA_DIST = \
build.properties \
CMakeLists.txt \
coding_standards.md \
android \
src \
test \
README.md
README.md

View File

@ -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 \

View File

@ -131,6 +131,7 @@ EXTRA_DIST = \
known_failures_Linux.json \
test.py \
tests.json \
rebuild_known_failures.sh \
result.js \
index.html \
README.md \

View File

@ -24,4 +24,5 @@ EXTRA_DIST = \
string_limit.py \
tests.json \
theader_binary.py \
setup.cfg \
util.py

View File

@ -34,5 +34,6 @@ clean-local:
$(RM) -r gen-*
EXTRA_DIST = \
setup.cfg \
PythonServer.py \
PythonClient.py