aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-01-09 13:58:03 -0500
committerNick Mathewson <nickm@torproject.org>2017-01-30 08:37:26 -0500
commit1c7862bfb4007f2eafa3180f72c8267c0e628b87 (patch)
tree5b50ccba654921060b1ab02bcd957de0255ebb22 /src
parentf547352637f18f4d034027b96b26511150a94c4d (diff)
downloadtor-1c7862bfb4007f2eafa3180f72c8267c0e628b87.tar.gz
tor-1c7862bfb4007f2eafa3180f72c8267c0e628b87.zip
missing backslash
Diffstat (limited to 'src')
-rw-r--r--src/test/fuzz/include.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/fuzz/include.am b/src/test/fuzz/include.am
index 923340cd11..75a83c40e6 100644
--- a/src/test/fuzz/include.am
+++ b/src/test/fuzz/include.am
@@ -19,7 +19,7 @@ FUZZING_LIBS = \
@TOR_OPENSSL_LIBS@ @TOR_LIB_WS32@ @TOR_LIB_GDI@ @CURVE25519_LIBS@ \
@TOR_SYSTEMD_LIBS@
-oss-fuzz-prereqs:
+oss-fuzz-prereqs: \
src/or/libtor-testing.a \
src/common/libor-crypto-testing.a \
$(LIBKECCAK_TINY) \