From daca3596f2b7d010cb5d1494caa4f52c6f78c846 Mon Sep 17 00:00:00 2001 From: Jake Farrell Date: Thu, 14 Apr 2011 01:42:12 +0000 Subject: [PATCH] =?utf8?q?Thrift-322:=20HttpHandler=20for=20Thrift=20Clien?= =?utf8?q?t=20lib:=20csharp=20Patch:=20Nils=20H=C3=BCgelmann?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Adding HttpHandler Support to CSharp lib. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1091986 13f79535-47bb-0310-9956-ffa450edef68 --- lib/csharp/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.17.1