diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-06 16:19:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-06 16:19:14 -0400 |
commit | 2fac948158f50ed062a059def81da632b1d8ce18 (patch) | |
tree | 5f814259c1ec71fa2a8010bcd919c84a616db89c /src/rust/include.am | |
parent | fb2fe41f6f5640c6bb98b0ef4242b1225c312f25 (diff) | |
download | tor-2fac948158f50ed062a059def81da632b1d8ce18.tar.gz tor-2fac948158f50ed062a059def81da632b1d8ce18.zip |
Include tor_log rust files in source distribution.
Fixes another case of #25732; bug not in any released Tor.
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 7a0181e373..f1aa0bd5ac 100644 --- a/src/rust/include.am +++ b/src/rust/include.am @@ -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 \ |