aboutsummaryrefslogtreecommitdiff
path: root/src/rust/build.rs
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-26 12:18:49 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-26 12:18:49 -0400
commit6e2b6a6685b303dbcc920f4019823448127a5284 (patch)
tree668bbe81f07edc663012c75c8a3ee63b73a8c56f /src/rust/build.rs
parentd7bd8cf3b6d70f3014bb1140d0d018f94fedb178 (diff)
downloadtor-6e2b6a6685b303dbcc920f4019823448127a5284.tar.gz
tor-6e2b6a6685b303dbcc920f4019823448127a5284.zip
fixup! Extract core part of smartlist code into its own library.
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 b43fbdceb7..5be093bf8c 100644
--- a/src/rust/build.rs
+++ b/src/rust/build.rs
@@ -155,6 +155,7 @@ pub fn main() {
cfg.component("tor-lock");
cfg.component("tor-fdio");
cfg.component("tor-container-testing");
+ cfg.component("tor-smartlist-core-testing");
cfg.component("tor-string-testing");
cfg.component("tor-malloc");
cfg.component("tor-wallclock");