You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dr...@apache.org on 2009/02/03 22:20:56 UTC

svn commit: r740456 - /incubator/thrift/trunk/lib/csharp/Makefile.am

Author: dreiss
Date: Tue Feb  3 21:20:55 2009
New Revision: 740456

URL: http://svn.apache.org/viewvc?rev=740456&view=rev
Log:
THRIFT-264. csharp: Include TBufferedTransport in the build on Linux

Modified:
    incubator/thrift/trunk/lib/csharp/Makefile.am

Modified: incubator/thrift/trunk/lib/csharp/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/Makefile.am?rev=740456&r1=740455&r2=740456&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/Makefile.am (original)
+++ incubator/thrift/trunk/lib/csharp/Makefile.am Tue Feb  3 21:20:55 2009
@@ -15,6 +15,7 @@
             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 \