aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-09-18 14:30:03 -0400
committerNick Mathewson <nickm@torproject.org>2020-09-18 16:08:29 -0400
commit4ae881928b04d4d6fea27460f3379ed79d069336 (patch)
tree3e0535c40706c2dcaeb6592141addd9b2ae4ec8a
parente9dbb5e395097f4ae38d17cf27408c2688b90d2b (diff)
downloadtor-4ae881928b04d4d6fea27460f3379ed79d069336.tar.gz
tor-4ae881928b04d4d6fea27460f3379ed79d069336.zip
Add TOR_TRACE_LIBS to fuzzing_include_am.py
(It looks like it was forgotten previously)
-rwxr-xr-xscripts/codegen/fuzzing_include_am.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/codegen/fuzzing_include_am.py b/scripts/codegen/fuzzing_include_am.py
index 3f8e51810b..b52b956f81 100755
--- a/scripts/codegen/fuzzing_include_am.py
+++ b/scripts/codegen/fuzzing_include_am.py
@@ -38,7 +38,8 @@ FUZZING_LIBS = \
@TOR_LIB_WS32@ @TOR_LIB_IPHLPAPI@ @TOR_LIB_SHLWAPI@ @TOR_LIB_GDI@ @TOR_LIB_USERENV@ @CURVE25519_LIBS@ \
@TOR_SYSTEMD_LIBS@ \
@TOR_LZMA_LIBS@ \
- @TOR_ZSTD_LIBS@
+ @TOR_ZSTD_LIBS@ \
+ @TOR_TRACE_LIBS@
oss-fuzz-prereqs: \
src/test/libtor-testing.a