diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-03 20:16:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-03 20:16:53 -0400 |
commit | 6f8b961a65eea3ed5962da1a7816ad533256d113 (patch) | |
tree | 3f3b188bef72b50b8b09eb16d2aeeefcbc507674 /src/rust/include.am | |
parent | 08e525c198c52bb57f154e79326a9b123ef55d91 (diff) | |
download | tor-6f8b961a65eea3ed5962da1a7816ad533256d113.tar.gz tor-6f8b961a65eea3ed5962da1a7816ad533256d113.zip |
I should have tested before I pushed.
Diffstat (limited to 'src/rust/include.am')
-rw-r--r-- | src/rust/include.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rust/include.am b/src/rust/include.am index 4bc07b05c5..152ac5cc3c 100644 --- a/src/rust/include.am +++ b/src/rust/include.am @@ -15,8 +15,8 @@ EXTRA_DIST +=\ src/rust/protover/protover.rs \ src/rust/protover/tests/protover.rs \ src/rust/rand/Cargo.toml \ - src/rust/rand/lib.toml \ - src/rust/rand/rng.toml \ + src/rust/rand/lib.rs \ + src/rust/rand/rng.rs \ src/rust/smartlist/Cargo.toml \ src/rust/smartlist/lib.rs \ src/rust/smartlist/smartlist.rs \ |