]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix up the rust build script library list.
authorNick Mathewson <nickm@torproject.org>
Fri, 22 Jun 2018 16:04:11 +0000 (12:04 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 22 Jun 2018 16:04:11 +0000 (12:04 -0400)
src/rust/build.rs

index 8bb9eb295adf3dd87d5f3b415a4de44132a62256..b43fbdceb797cb8b8c4a26d8589512cded23d842 100644 (file)
@@ -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");