diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-06 16:18:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-06 16:18:47 -0400 |
commit | fb2fe41f6f5640c6bb98b0ef4242b1225c312f25 (patch) | |
tree | 391a40b11b30b15b02edaf68bafa5509dca545b0 /src/rust/include.am | |
parent | 98b694bfd5a8577949a48b09cc995a2ea73bb884 (diff) | |
parent | 306563ac68250872791350bda1ba7a7acff5eb63 (diff) | |
download | tor-fb2fe41f6f5640c6bb98b0ef4242b1225c312f25.tar.gz tor-fb2fe41f6f5640c6bb98b0ef4242b1225c312f25.zip |
Merge branch 'maint-0.3.3'
Diffstat (limited to 'src/rust/include.am')
-rw-r--r-- | src/rust/include.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/rust/include.am b/src/rust/include.am index 9c4337484a..7a0181e373 100644 --- a/src/rust/include.am +++ b/src/rust/include.am @@ -8,6 +8,8 @@ EXTRA_DIST +=\ src/rust/external/external.rs \ src/rust/external/lib.rs \ src/rust/protover/Cargo.toml \ + src/rust/protover/errors.rs \ + src/rust/protover/protoset.rs \ src/rust/protover/ffi.rs \ src/rust/protover/lib.rs \ src/rust/protover/protover.rs \ @@ -23,4 +25,5 @@ EXTRA_DIST +=\ src/rust/tor_rust/lib.rs \ src/rust/tor_util/Cargo.toml \ src/rust/tor_util/ffi.rs \ - src/rust/tor_util/lib.rs + src/rust/tor_util/lib.rs \ + src/rust/tor_util/strings.rs |