Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
bb98ed4
)
THRIFT-2050 Vagrant C# lib compile fails with TException missing
author
Jens Geyer
<jensg@apache.org>
Thu, 20 Jun 2013 19:48:21 +0000
(21:48 +0200)
committer
Jens Geyer
<jensg@apache.org>
Thu, 20 Jun 2013 19:48:21 +0000
(21:48 +0200)
Patch: Justin Porterfield
lib/csharp/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/csharp/Makefile.am
b/lib/csharp/Makefile.am
index
7bc161d
..
71cc83b
100644
(file)
--- 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