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.



git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1396874 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am
index 10c148d..8e1fc7b 100644
--- a/lib/csharp/Makefile.am
+++ b/lib/csharp/Makefile.am
@@ -36,6 +36,7 @@
             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 @@
             src/TProcessor.cs \
             src/TApplicationException.cs
 
-
 CSC=gmcs
 
 if NET_2_0
@@ -73,4 +73,6 @@
              $(THRIFTCODE) \
              ThriftMSBuildTask \
              src/Thrift.csproj \
-             src/Thrift.sln
+             src/Thrift.sln \
+             src/Thrift.WP7.csproj \
+             src/Properties/AssemblyInfo.WP7.cs