소스 검색

Add make targets to show static libraries.

These might make it easier for people to link our stuff, and keep
their scripts more robust.
Nick Mathewson 5 년 전
부모
커밋
7b1832d011
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      Makefile.am

+ 6 - 0
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)