You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ns...@apache.org on 2016/03/19 16:29:55 UTC

thrift git commit: Fix C# make dist entries

Repository: thrift
Updated Branches:
  refs/heads/master 73d16378c -> 1d9fd7571


Fix C# make dist entries


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/1d9fd757
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/1d9fd757
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/1d9fd757

Branch: refs/heads/master
Commit: 1d9fd75712896b69f3e4e877c5d76e2d710ad292
Parents: 73d1637
Author: Nobuaki Sukegawa <ns...@apache.org>
Authored: Sun Mar 20 00:20:15 2016 +0900
Committer: Nobuaki Sukegawa <ns...@apache.org>
Committed: Sun Mar 20 00:28:33 2016 +0900

----------------------------------------------------------------------
 lib/csharp/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/1d9fd757/lib/csharp/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am
index 7d2d0e9..824a872 100644
--- a/lib/csharp/Makefile.am
+++ b/lib/csharp/Makefile.am
@@ -60,13 +60,11 @@ 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 \
@@ -108,6 +106,8 @@ EXTRA_DIST = \
              src/Thrift.45.csproj \
              src/Thrift.sln \
              src/Transport/TSilverlightSocket.cs \
+             src/Transport/THttpTaskAsyncHandler.cs \
+             src/TAsyncProcessor.cs \
              test \
              coding_standards.md \
              README.md