commit | 8b96bfbf1eb058d3c378535e90c1e90280224bb4 | [log] [tgz] |
---|---|---|
author | Allen George <allen.george@gmail.com> | Wed Nov 02 08:01:08 2016 -0400 |
committer | Jens Geyer <jensg@apache.org> | Thu Jan 26 01:34:16 2017 +0100 |
tree | 9b7719c1bb205f7132f4b1870f974c6ceb7f0bac | |
parent | 6fe7fa1b7ed72215a59e93c680a209a99530fada [diff] [blame] |
THRIFT-2945 Add Rust support Client: Rust Patch: Allen George <allen.george@gmail.com> This closes #1147
diff --git a/lib/Makefile.am b/lib/Makefile.am index 21d807a..636f42c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am
@@ -93,6 +93,10 @@ SUBDIRS += lua endif +if WITH_RS +SUBDIRS += rs +endif + # All of the libs that don't use Automake need to go in here # so they will end up in our release tarballs. EXTRA_DIST = \