commit | 146e5116a2d9de0f9929b3287f9608807283f1f4 | [log] [tgz] |
---|---|---|
author | Jake Farrell <jfarrell@apache.org> | Mon Apr 22 22:28:56 2013 -0400 |
committer | Jake Farrell <jfarrell@apache.org> | Mon Apr 22 22:28:56 2013 -0400 |
tree | 27ab0e600bf89b5f7a2827510058def21fdf1264 | |
parent | bdb19a467ae9b7dd1d0ec1a104117e56f34b4198 [diff] [blame] |
Thrift-1786: C# Union Typing Client: csharp Patch: Carl Yeksigian Updating makefile for mono
diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am index 8e1fc7b..c7c9d7f 100644 --- a/lib/csharp/Makefile.am +++ b/lib/csharp/Makefile.am
@@ -20,6 +20,7 @@ THRIFTCODE= \ src/Collections/THashSet.cs \ src/Properties/AssemblyInfo.cs \ + src/Protocol/TAbstractBase.cs \ src/Protocol/TBase.cs \ src/Protocol/TBase64Utils.cs \ src/Protocol/TJSONProtocol.cs \