From: Nick Mathewson Date: Sun, 1 Jul 2018 14:08:54 +0000 (-0400) Subject: Add make targets to show static libraries. X-Git-Tag: tor-0.3.5.1-alpha~278 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b1832d0114f7a19a2f9bb28a6f6ce29f4ec306f;p=thirdparty%2Ftor.git Add make targets to show static libraries. These might make it easier for people to link our stuff, and keep their scripts more robust. --- diff --git a/Makefile.am b/Makefile.am index e77c8a92ec..fe2479a642 100644 --- 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)