Include tor_log rust files in source distribution.

Fixes another case of #25732; bug not in any released Tor.
This commit is contained in:
Nick Mathewson 2018-04-06 16:19:14 -04:00
parent fb2fe41f6f
commit 2fac948158
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ EXTRA_DIST +=\
src/rust/tor_allocate/Cargo.toml \
src/rust/tor_allocate/lib.rs \
src/rust/tor_allocate/tor_allocate.rs \
src/rust/tor_log/Cargo.toml \
src/rust/tor_log/lib.rs \
src/rust/tor_log/tor_log.rs \
src/rust/tor_rust/Cargo.toml \
src/rust/tor_rust/include.am \
src/rust/tor_rust/lib.rs \