diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-04 15:18:33 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-04 15:18:33 +0100 |
commit | de2c5ad8150a9c111dd8f1dcfed1ceea132578f9 (patch) | |
tree | 2ac3c966d95adf7b990e9d067e65657e29ea1e3d /src/common/include.am | |
parent | a726cd76df0205d573ce0a641b65a89c5f1ce3b4 (diff) | |
download | tor-de2c5ad8150a9c111dd8f1dcfed1ceea132578f9.tar.gz tor-de2c5ad8150a9c111dd8f1dcfed1ceea132578f9.zip |
Revert "Missing dependencies; fixes 15127."
This reverts commit 930ab95e1fb0dfd5af35e7d84ca58ff21b65a605.
Diffstat (limited to 'src/common/include.am')
-rw-r--r-- | src/common/include.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/include.am b/src/common/include.am index a642f7a79c..5b63392541 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -146,5 +146,4 @@ 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 |