Author: jfarrell
Date: Thu Apr 14 01:42:12 2011
New Revision: 1091986
URL: http://svn.apache.org/viewvc?rev=1091986&view=rev
Log:
Thrift-322: HttpHandler for Thrift
Client lib: csharp
Patch: Nils Hügelmann
Adding HttpHandler Support to CSharp lib.
Modified:
thrift/trunk/lib/csharp/Makefile.am
Modified: thrift/trunk/lib/csharp/Makefile.am
URL:
http://svn.apache.org/viewvc/thrift/trunk/lib/csharp/Makefile.am?rev=1091986&r1=1091985&r2=1091986&view=diff
==============================================================================
--- thrift/trunk/lib/csharp/Makefile.am (original)
+++ thrift/trunk/lib/csharp/Makefile.am Thu Apr 14 01:42:12 2011
@@ -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