diff options
author | David Reiss <dreiss@apache.org> | 2008-02-06 22:10:12 +0000 |
---|---|---|
committer | David Reiss <dreiss@apache.org> | 2008-02-06 22:10:12 +0000 |
commit | 1fdb59242a697202587c3ef714e703144073dfbb (patch) | |
tree | 8a20622336cf2725756a5bd6e768df98b856a624 /lib/Makefile.am | |
parent | 46dc62950d24cf785415de040255b3b0c67ecb3a (diff) | |
download | thrift-1fdb59242a697202587c3ef714e703144073dfbb.tar.gz |
Thrift: Add a Makefile to build the C# library with Mono.
Reviewed By: mcslee
Test Plan: Installed Mono and built it.
Revert Plan: ok
Other Notes:
Submitted by Ben Maurer.
Actually reviewed by Todd Berman.
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665465 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 06cf11abf..caf002fde 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -2,6 +2,10 @@ SUBDIRS = \ cpp \ py +if ENABLE_MONO +SUBDIRS += csharp +endif + EXTRA_DIST = \ cocoa \ erl \ |