tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 7b1832d0114f7a19a2f9bb28a6f6ce29f4ec306f
parent 43dc92441d843bd0be032dd8565e4316b8019f1e
Author: Nick Mathewson <nickm@torproject.org>
Date:   Sun,  1 Jul 2018 10:08:54 -0400

Add make targets to show static libraries.

These might make it easier for people to link our stuff, and keep
their scripts more robust.

Diffstat:
MMakefile.am | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am @@ -404,3 +404,9 @@ show-distdir-testlog: cat $(distdir)/_build/sub/$(TEST_SUITE_LOG); \ else \ cat $(distdir)/_build/$(TEST_SUITE_LOG); fi + +show-libs: + @echo $(TOR_INTERNAL_LIBS) + +show-testing-libs: + @echo $(TOR_INTERNAL_TESTING_LIBS)