From: Jens Geyer Date: Thu, 20 Jun 2013 19:48:21 +0000 (+0200) Subject: THRIFT-2050 Vagrant C# lib compile fails with TException missing X-Git-Tag: 0.9.1~68 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=e549a80e4ee5f825cfbc064f9c143b67cd974edb;p=common%2Fthrift.git THRIFT-2050 Vagrant C# lib compile fails with TException missing Patch: Justin Porterfield --- diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am index 7bc161d8..71cc83bd 100644 --- a/lib/csharp/Makefile.am +++ b/lib/csharp/Makefile.am @@ -59,6 +59,7 @@ THRIFTCODE= \ src/Transport/THttpHandler.cs \ src/Transport/TMemoryBuffer.cs \ src/TProcessor.cs \ + src/TException.cs \ src/TApplicationException.cs CSC=gmcs