commit | e549a80e4ee5f825cfbc064f9c143b67cd974edb | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Thu Jun 20 21:48:21 2013 +0200 |
committer | Jens Geyer <jensg@apache.org> | Thu Jun 20 21:48:21 2013 +0200 |
tree | e64f389a4eeb792e893fd2b3f7709cbbefd628fd | |
parent | bb98ed44d7a7be7f467a5b5112b116d5d0ebd1a7 [diff] |
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 7bc161d..71cc83b 100644 --- a/lib/csharp/Makefile.am +++ b/lib/csharp/Makefile.am
@@ -59,6 +59,7 @@ src/Transport/THttpHandler.cs \ src/Transport/TMemoryBuffer.cs \ src/TProcessor.cs \ + src/TException.cs \ src/TApplicationException.cs CSC=gmcs