commit | 1c7bf3ebc43b8f2f2a800f6ed43643d001e12040 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Thu Nov 30 22:30:03 2017 +0100 |
committer | Jens Geyer <jensg@apache.org> | Fri Dec 01 23:13:19 2017 +0100 |
tree | 413f2b66c69a9ff5d34b6fbcdd3e455c2cb0bb7b | |
parent | 214746619a6e44d8b3cc7394f3303e7bdf78c442 [diff] [blame] |
THRIFT-4398 Update EXTRA_DIST for "make dist" Client: Build process Patch: Jens Geyer This closes #1431
diff --git a/lib/rs/test/Makefile.am b/lib/rs/test/Makefile.am index 87208d7..8edd756 100644 --- a/lib/rs/test/Makefile.am +++ b/lib/rs/test/Makefile.am
@@ -44,6 +44,10 @@ EXTRA_DIST = \ Cargo.toml \ + thrifts/Base_One.thrift \ + thrifts/Base_Two.thrift \ + thrifts/Midlayer.thrift \ + thrifts/Ultimate.thrift \ src/lib.rs \ src/bin/kitchen_sink_server.rs \ src/bin/kitchen_sink_client.rs