summaryrefslogtreecommitdiff
path: root/src/rust/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rust/build.rs')
-rw-r--r--src/rust/build.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/rust/build.rs b/src/rust/build.rs
index 8b0ea8ed65..b43fbdceb7 100644
--- a/src/rust/build.rs
+++ b/src/rust/build.rs
@@ -151,8 +151,16 @@ pub fn main() {
// moving forward!
cfg.component("tor-crypt-ops-testing");
cfg.component("or-testing");
+ 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");
cfg.component("tor-ctime-testing");
cfg.component("curve25519_donna");
cfg.component("keccak-tiny");