]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add make targets to show static libraries.
authorNick Mathewson <nickm@torproject.org>
Sun, 1 Jul 2018 14:08:54 +0000 (10:08 -0400)
committerNick Mathewson <nickm@torproject.org>
Sun, 1 Jul 2018 14:08:54 +0000 (10:08 -0400)
These might make it easier for people to link our stuff, and keep
their scripts more robust.

Makefile.am

index e77c8a92ec6abbd72576ec803cc925797bf62dfc..fe2479a642578ba612cb568841dbaced1e71dd86 100644 (file)
@@ -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)