Thrift-1722:C# WP7 Assembly addition beaks mono build
authorJake Farrell <jfarrell@apache.org>
Thu, 11 Oct 2012 00:20:00 +0000 (00:20 +0000)
committerJake Farrell <jfarrell@apache.org>
Thu, 11 Oct 2012 00:20:00 +0000 (00:20 +0000)
Client: csharp
Patch: Jake Farrell

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

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1396874 13f79535-47bb-0310-9956-ffa450edef68

lib/csharp/Makefile.am

index 10c148d..8e1fc7b 100644 (file)
@@ -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