From: David Reiss Date: Tue, 3 Feb 2009 21:20:55 +0000 (+0000) Subject: THRIFT-264. csharp: Include TBufferedTransport in the build on Linux X-Git-Tag: 0.2.0~328 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=670cb0f18d5b1e1c297486e341a7e262eaaa8399;p=common%2Fthrift.git THRIFT-264. csharp: Include TBufferedTransport in the build on Linux git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@740456 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am index 8395266f..bb850fac 100644 --- a/lib/csharp/Makefile.am +++ b/lib/csharp/Makefile.am @@ -15,6 +15,7 @@ THRIFTCODE= \ src/Server/TThreadPoolServer.cs \ src/Server/TSimpleServer.cs \ src/Server/TServer.cs \ + src/Transport/TBufferedTransport.cs \ src/Transport/TTransport.cs \ src/Transport/TSocket.cs \ src/Transport/TTransportException.cs \