Sfoglia il codice sorgente

Include tor_log rust files in source distribution.

Fixes another case of #25732; bug not in any released Tor.
Nick Mathewson 6 anni fa
parent
commit
2fac948158
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      src/rust/include.am

+ 3 - 0
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 \