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 17b8eba..8aa9a1f 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 @@
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