THRIFT-264. csharp: Include TBufferedTransport in the build on Linux
authorDavid Reiss <dreiss@apache.org>
Tue, 3 Feb 2009 21:20:55 +0000 (21:20 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 3 Feb 2009 21:20:55 +0000 (21:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@740456 13f79535-47bb-0310-9956-ffa450edef68

lib/csharp/Makefile.am

index 8395266..bb850fa 100644 (file)
@@ -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 \