Thrift-322: HttpHandler for Thrift
authorJake Farrell <jfarrell@apache.org>
Thu, 14 Apr 2011 01:42:12 +0000 (01:42 +0000)
committerJake Farrell <jfarrell@apache.org>
Thu, 14 Apr 2011 01:42:12 +0000 (01:42 +0000)
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

lib/csharp/Makefile.am

index 17b8eba..8aa9a1f 100644 (file)
@@ -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