From: Nick Mathewson Date: Thu, 3 May 2018 20:16:09 +0000 (-0400) Subject: Add src/rust/rand to include.am X-Git-Tag: tor-0.3.4.1-alpha~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f269bfaf1d1d89324e8936425bf19bb64bcb06e;p=thirdparty%2Ftor.git Add src/rust/rand to include.am --- 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 \