From: Isis Lovecruft Date: Fri, 4 May 2018 22:23:17 +0000 (+0000) Subject: build: Fix missing include for src/rust/external/crypto_rand.rs file. X-Git-Tag: tor-0.3.4.1-alpha~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f36656cada48a2d9f51c857d8477a8060cb89b9d;p=thirdparty%2Ftor.git build: Fix missing include for src/rust/external/crypto_rand.rs file. * FIXES #26025: https://bugs.torproject.org/26025 --- diff --git a/src/rust/include.am b/src/rust/include.am index 152ac5cc3c..3edc87e1e2 100644 --- a/src/rust/include.am +++ b/src/rust/include.am @@ -5,6 +5,7 @@ EXTRA_DIST +=\ src/rust/Cargo.lock \ src/rust/.cargo/config.in \ src/rust/external/Cargo.toml \ + src/rust/external/crypto_rand.rs \ src/rust/external/external.rs \ src/rust/external/lib.rs \ src/rust/protover/Cargo.toml \