diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-03 16:16:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-03 16:16:09 -0400 |
commit | 2f269bfaf1d1d89324e8936425bf19bb64bcb06e (patch) | |
tree | 821ae8a902d9cd64d6e2f67eb2587e6815c064a0 /src/rust/include.am | |
parent | 2d07aef3cc4ed21b7d66602912f74c287f5cb395 (diff) | |
download | tor-2f269bfaf1d1d89324e8936425bf19bb64bcb06e.tar.gz tor-2f269bfaf1d1d89324e8936425bf19bb64bcb06e.zip |
Add src/rust/rand to include.am
Diffstat (limited to 'src/rust/include.am')
-rw-r--r-- | src/rust/include.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rust/include.am b/src/rust/include.am index f1aa0bd5ac..4bc07b05c5 100644 --- a/src/rust/include.am +++ b/src/rust/include.am @@ -14,6 +14,9 @@ EXTRA_DIST +=\ src/rust/protover/lib.rs \ src/rust/protover/protover.rs \ src/rust/protover/tests/protover.rs \ + src/rust/rand/Cargo.toml \ + src/rust/rand/lib.toml \ + src/rust/rand/rng.toml \ src/rust/smartlist/Cargo.toml \ src/rust/smartlist/lib.rs \ src/rust/smartlist/smartlist.rs \ |