summaryrefslogtreecommitdiff
path: root/src/rust/build.rs
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 15:17:54 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-21 15:20:01 -0400
commite066966bf48b4f6ca557175cb2ab3e2dffa5b1db (patch)
tree7cd9b093bddd06349629426fe3a404cb4947b14c /src/rust/build.rs
parenteb784aa9eaced1adb436d752ccdbeb2ff19c9e23 (diff)
downloadtor-e066966bf48b4f6ca557175cb2ab3e2dffa5b1db.tar.gz
tor-e066966bf48b4f6ca557175cb2ab3e2dffa5b1db.zip
Extract tor_malloc and friends to a new module.
Diffstat (limited to 'src/rust/build.rs')
-rw-r--r--src/rust/build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rust/build.rs b/src/rust/build.rs
index 8b0ea8ed65..acbedd4d40 100644
--- a/src/rust/build.rs
+++ b/src/rust/build.rs
@@ -151,6 +151,7 @@ pub fn main() {
// moving forward!
cfg.component("tor-crypt-ops-testing");
cfg.component("or-testing");
+ cfg.component("tor-malloc");
cfg.component("tor-err-testing");
cfg.component("or-event-testing");
cfg.component("tor-ctime-testing");