From: Jake Farrell Date: Thu, 14 Apr 2011 01:42:12 +0000 (+0000) Subject: Thrift-322: HttpHandler for Thrift X-Git-Tag: 0.7.0~111 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=daca3596f2b7d010cb5d1494caa4f52c6f78c846;p=common%2Fthrift.git Thrift-322: HttpHandler for Thrift Client lib: csharp Patch: Nils Hügelmann Adding HttpHandler Support to CSharp lib. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1091986 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am index 17b8eba4..8aa9a1ff 100644 --- a/lib/csharp/Makefile.am +++ b/lib/csharp/Makefile.am @@ -18,7 +18,6 @@ # THRIFTCODE= \ - /r:System.Web \ src/Collections/THashSet.cs \ src/Protocol/TBase.cs \ src/Protocol/TBase64Utils.cs \ @@ -64,7 +63,7 @@ endif all-local: Thrift.dll Thrift.dll: $(THRIFTCODE) - $(CSC) $(THRIFTCODE) /out:Thrift.dll /target:library $(MONO_DEFINES) + $(CSC) $(THRIFTCODE) /out:Thrift.dll /target:library /reference:System.Web $(MONO_DEFINES) clean-local: $(RM) Thrift.dll