diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 11:01:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-21 11:03:39 -0400 |
commit | ad7776f66d3e914a0842c20f31162c0e11befa34 (patch) | |
tree | 50310d0c57cd982fa870bbbad72db9a3fcb8f8c8 /Makefile.am | |
parent | 727db7aeb9e3e4355b9a2fd065f2b7e52f1082b1 (diff) | |
download | tor-ad7776f66d3e914a0842c20f31162c0e11befa34.tar.gz tor-ad7776f66d3e914a0842c20f31162c0e11befa34.zip |
Rename libtor.a to libtor-app.a
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 40ecfdae7c..59230ab752 100644 --- a/Makefile.am +++ b/Makefile.am @@ -65,7 +65,7 @@ TOR_CRYPTO_TESTING_LIBS = \ # All static libraries used to link tor. TOR_INTERNAL_LIBS = \ - src/or/libtor.a \ + src/or/libtor-app.a \ $(TOR_CRYPTO_LIBS) \ $(TOR_UTIL_LIBS) \ src/common/libor-event.a \ @@ -75,7 +75,7 @@ TOR_INTERNAL_LIBS = \ # Variants of the above for linking the testing variant of tor (for coverage # and tests) TOR_INTERNAL_TESTING_LIBS = \ - src/or/libtor-testing.a \ + src/or/libtor-app-testing.a \ $(TOR_CRYPTO_TESTING_LIBS) \ $(TOR_UTIL_TESTING_LIBS) \ $(LIBKECCAK_TINY) \ |