You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jf...@apache.org on 2012/10/11 02:20:01 UTC

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

Author: jfarrell
Date: Thu Oct 11 00:20:00 2012
New Revision: 1396874

URL: http://svn.apache.org/viewvc?rev=1396874&view=rev
Log:
Thrift-1722:C# WP7 Assembly addition beaks mono build
Client: csharp
Patch: Jake Farrell

Fix DIST build for release which broke with the addition of WP7 Assembly info.


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

Modified: thrift/trunk/lib/csharp/Makefile.am
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/csharp/Makefile.am?rev=1396874&r1=1396873&r2=1396874&view=diff
==============================================================================
--- thrift/trunk/lib/csharp/Makefile.am (original)
+++ thrift/trunk/lib/csharp/Makefile.am Thu Oct 11 00:20:00 2012
@@ -36,6 +36,7 @@ THRIFTCODE= \
             src/Protocol/TMessage.cs \
             src/Protocol/TStruct.cs \
             src/Protocol/TBinaryProtocol.cs \
+            src/Protocol/TCompactProtocol.cs \
             src/Server/TThreadedServer.cs \
             src/Server/TThreadPoolServer.cs \
             src/Server/TSimpleServer.cs \
@@ -54,7 +55,6 @@ THRIFTCODE= \
             src/TProcessor.cs \
             src/TApplicationException.cs
 
-
 CSC=gmcs
 
 if NET_2_0
@@ -73,4 +73,6 @@ EXTRA_DIST = \
              $(THRIFTCODE) \
              ThriftMSBuildTask \
              src/Thrift.csproj \
-             src/Thrift.sln
+             src/Thrift.sln \
+             src/Thrift.WP7.csproj \
+             src/Properties/AssemblyInfo.WP7.cs