commit | b587a12a116cc394b62d9af2bbcecd50cfb18ce3 | [log] [tgz] |
---|---|---|
author | Volodymyr Gotra <vgotra@gmail.com> | Wed Sep 14 19:18:48 2016 -0500 |
committer | Jens Geyer <jensg@apache.org> | Wed Jan 04 19:40:30 2017 +0100 |
tree | 33ab9b38c10c1d14eb5ffcc3167192de00e767e4 | |
parent | 3c55440230f3645816913d9c53b42dcc16b70f95 [diff] [blame] |
THRIFT-3933 Microsoft .Net Core library port and generator for this library Client: .NET Core Patch: Volodymyr Gotra <vgotra@gmail.com> PR #1088, with significant improvements by Jens Geyer <jensg@apache.org> PR #1149 This closes #1088 This closes #1149
diff --git a/lib/Makefile.am b/lib/Makefile.am index 5f17fca..21d807a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am
@@ -71,6 +71,10 @@ SUBDIRS += dart endif +if WITH_DOTNETCORE +SUBDIRS += netcore +endif + if WITH_GO SUBDIRS += go endif