summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Farrell <jfarrell@apache.org>2012-10-11 00:20:00 +0000
committerJake Farrell <jfarrell@apache.org>2012-10-11 00:20:00 +0000
commit510ecae94668b689dcea2061c49a66a34fb66e1e (patch)
tree1fb94f5f22b905efb70a117d44c64afa57128db3
parenta32ac7a010cf2f01b0f81299af42fb777e73e81e (diff)
downloadthrift-510ecae94668b689dcea2061c49a66a34fb66e1e.tar.gz
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
-rw-r--r--lib/csharp/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am
index 10c148d99..8e1fc7bd4 100644
--- a/lib/csharp/Makefile.am
+++ b/lib/csharp/Makefile.am
@@ -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