diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-22 12:04:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-22 12:04:11 -0400 |
commit | b0adf2fc9b079e530494328c8c1aa4528b649080 (patch) | |
tree | c98e91566c5237185ac550b06681e7880f5ea9e7 /src/rust | |
parent | bcf3e546d196910f53beb79814833c96f279e987 (diff) | |
download | tor-b0adf2fc9b079e530494328c8c1aa4528b649080.tar.gz tor-b0adf2fc9b079e530494328c8c1aa4528b649080.zip |
Fix up the rust build script library list.
Diffstat (limited to 'src/rust')
-rw-r--r-- | src/rust/build.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/rust/build.rs b/src/rust/build.rs index 8bb9eb295a..b43fbdceb7 100644 --- a/src/rust/build.rs +++ b/src/rust/build.rs @@ -151,10 +151,13 @@ pub fn main() { // moving forward! cfg.component("tor-crypt-ops-testing"); cfg.component("or-testing"); - cfg.component("libtor-lock"); + cfg.component("tor-log"); + cfg.component("tor-lock"); + cfg.component("tor-fdio"); cfg.component("tor-container-testing"); cfg.component("tor-string-testing"); cfg.component("tor-malloc"); + cfg.component("tor-wallclock"); cfg.component("tor-err-testing"); cfg.component("or-event-testing"); cfg.component("tor-intmath-testing"); |