diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 12:02:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-21 13:14:14 -0400 |
commit | 4bdda6d05faf24b4ff46bfcb7e40fb5d21e51259 (patch) | |
tree | 37e8b0fc3cb748365d3dddbe8984dd27386f49c9 /Makefile.am | |
parent | 03d78126152bc79c82a4510fa654bb5a23c150cd (diff) | |
download | tor-4bdda6d05faf24b4ff46bfcb7e40fb5d21e51259.tar.gz tor-4bdda6d05faf24b4ff46bfcb7e40fb5d21e51259.zip |
Move trace into its own library in libs.
Apparently it has no testing variant.
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 5b229d073d..62c0e2a4a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,7 +71,7 @@ TOR_INTERNAL_LIBS = \ $(TOR_UTIL_LIBS) \ src/common/libor-event.a \ src/trunnel/libor-trunnel.a \ - src/trace/libor-trace.a + src/lib/libtor-trace.a # Variants of the above for linking the testing variant of tor (for coverage # and tests) @@ -82,7 +82,7 @@ TOR_INTERNAL_TESTING_LIBS = \ $(TOR_UTIL_TESTING_LIBS) \ src/common/libor-event-testing.a \ src/trunnel/libor-trunnel-testing.a \ - src/trace/libor-trace.a + src/lib/libtor-trace.a # All libraries used to link tor-cov |