More make dist entries
diff --git a/Makefile.am b/Makefile.am
index 4b132ce..10fe49a 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -112,7 +112,9 @@
doap.rdf \
package.json \
sonar-project.properties \
+ Dockerfile \
LICENSE \
CHANGES \
NOTICE \
- README.md
+ README.md \
+ Thrift.podspec
diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am
index a43bd12..7d2d0e9 100644
--- a/lib/csharp/Makefile.am
+++ b/lib/csharp/Makefile.am
@@ -60,11 +60,13 @@
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 @@
$(THRIFTCODE) \
ThriftMSBuildTask \
src/Thrift.csproj \
+ src/Thrift.45.csproj \
src/Thrift.sln \
src/Transport/TSilverlightSocket.cs \
test \
diff --git a/lib/java/Makefile.am b/lib/java/Makefile.am
index 859f3f2..ab130f5 100644
--- a/lib/java/Makefile.am
+++ b/lib/java/Makefile.am
@@ -44,6 +44,7 @@
build.properties \
CMakeLists.txt \
coding_standards.md \
+ android \
src \
test \
- README.md
\ No newline at end of file
+ README.md
diff --git a/lib/php/Makefile.am b/lib/php/Makefile.am
index 7bb45e4..866e053 100755
--- a/lib/php/Makefile.am
+++ b/lib/php/Makefile.am
@@ -120,6 +120,7 @@
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 \
diff --git a/test/Makefile.am b/test/Makefile.am
index 81bc4a2..1d52c59 100755
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -131,6 +131,7 @@
known_failures_Linux.json \
test.py \
tests.json \
+ rebuild_known_failures.sh \
result.js \
index.html \
README.md \
diff --git a/test/features/Makefile.am b/test/features/Makefile.am
index f27af35..f8d6538 100644
--- a/test/features/Makefile.am
+++ b/test/features/Makefile.am
@@ -24,4 +24,5 @@
string_limit.py \
tests.json \
theader_binary.py \
+ setup.cfg \
util.py
diff --git a/tutorial/py/Makefile.am b/tutorial/py/Makefile.am
index 2397a12..d891640 100755
--- a/tutorial/py/Makefile.am
+++ b/tutorial/py/Makefile.am
@@ -34,5 +34,6 @@
$(RM) -r gen-*
EXTRA_DIST = \
+ setup.cfg \
PythonServer.py \
PythonClient.py