Updated Branches:
  refs/heads/master bb98ed44d -> e549a80e4

THRIFT-2050 Vagrant C# lib compile fails with TException missing

Patch: Justin Porterfield


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/e549a80e
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/e549a80e
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/e549a80e

Branch: refs/heads/master
Commit: e549a80e4ee5f825cfbc064f9c143b67cd974edb
Parents: bb98ed4
Author: Jens Geyer <[email protected]>
Authored: Thu Jun 20 21:48:21 2013 +0200
Committer: Jens Geyer <[email protected]>
Committed: Thu Jun 20 21:48:21 2013 +0200

----------------------------------------------------------------------
 lib/csharp/Makefile.am | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/e549a80e/lib/csharp/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am
index 7bc161d..71cc83b 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

Reply via email to