THRIFT-258. csharp: Include all lib source files in Makefile.am
authorDavid Reiss <dreiss@apache.org>
Tue, 3 Feb 2009 22:16:46 +0000 (22:16 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 3 Feb 2009 22:16:46 +0000 (22:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@740485 13f79535-47bb-0310-9956-ffa450edef68

lib/csharp/Makefile.am

index bb850fa..710cd12 100644 (file)
@@ -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 @@ THRIFTCODE= \
             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 \