THRIFT-323. csharp: TJSONProtocol
This patch adds support for the JSON Protocol to the csharp library.
Patch: Roger Meier
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@998539 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am
index d8a007b..8110319 100644
--- a/lib/csharp/Makefile.am
+++ b/lib/csharp/Makefile.am
@@ -20,6 +20,8 @@
THRIFTCODE= \
src/Collections/THashSet.cs \
src/Protocol/TBase.cs \
+ src/Protocol/TBase64Utils.cs \
+ src/Protocol/TJSONProtocol.cs \
src/Protocol/TProtocolException.cs \
src/Protocol/TProtocolFactory.cs \
src/Protocol/TList.cs \