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 23:16:46 UTC

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

Author: dreiss
Date: Tue Feb  3 22:16:46 2009
New Revision: 740485

URL: http://svn.apache.org/viewvc?rev=740485&view=rev
Log:
THRIFT-258. csharp: Include all lib source files in Makefile.am

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=740485&r1=740484&r2=740485&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/Makefile.am (original)
+++ incubator/thrift/trunk/lib/csharp/Makefile.am Tue Feb  3 22:16:46 2009
@@ -1,4 +1,5 @@
 THRIFTCODE= \
+            src/Protocol/TBase.cs \
             src/Protocol/TProtocolException.cs \
             src/Protocol/TProtocolFactory.cs \
             src/Protocol/TList.cs \
@@ -12,6 +13,7 @@
             src/Protocol/TMessage.cs \
             src/Protocol/TStruct.cs \
             src/Protocol/TBinaryProtocol.cs \
+            src/Server/TThreadedServer.cs \
             src/Server/TThreadPoolServer.cs \
             src/Server/TSimpleServer.cs \
             src/Server/TServer.cs \