diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-04 12:09:33 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-04 12:09:33 +0100 |
commit | 930ab95e1fb0dfd5af35e7d84ca58ff21b65a605 (patch) | |
tree | f290d12738f385e551b48381dbe7fa413c34d612 /src/common/include.am | |
parent | 51e36026e5b04384bf3311354ef0cd5a5cbf2d59 (diff) | |
download | tor-930ab95e1fb0dfd5af35e7d84ca58ff21b65a605.tar.gz tor-930ab95e1fb0dfd5af35e7d84ca58ff21b65a605.zip |
Missing dependencies; fixes 15127.
Diffstat (limited to 'src/common/include.am')
-rw-r--r-- | src/common/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/include.am b/src/common/include.am index 68e0110c26..06d94f987e 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -139,4 +139,5 @@ src/common/common_sha1.i: $(libor_SOURCES) $(libor_crypto_a_SOURCES) $(COMMONHEA fi src/common/util_codedigest.o: src/common/common_sha1.i +src/common/src_common_libor_testing_a-util_codedigest.o: src/common/common_sha1.i |