From: Nick Mathewson Date: Fri, 22 Jun 2018 16:04:11 +0000 (-0400) Subject: Fix up the rust build script library list. X-Git-Tag: tor-0.3.5.1-alpha~361^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0adf2fc9b079e530494328c8c1aa4528b649080;p=thirdparty%2Ftor.git Fix up the rust build script library list. --- 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");