From e549a80e4ee5f825cfbc064f9c143b67cd974edb Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Thu, 20 Jun 2013 21:48:21 +0200 Subject: [PATCH] THRIFT-2050 Vagrant C# lib compile fails with TException missing Patch: Justin Porterfield --- lib/csharp/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- 2.17.1