DescriptionFix a dependency issue in automake
Doing a `make -jN check` from a fresh build breaks (and has probably been
broken for a while). linux_client_unittest_shlib is missing $(TEST_LIBS)
from its _DEPENDENCIES. The automake manual says if _DEPENDENCIES are not
specified they'll be computed from _LDADD, but we are specifying it and just
leaving out $(TEST_LIBS).
R=vapier@chromium.org
BUG=
Committed: https://chromium.googlesource.com/breakpad/breakpad/+/205b5ac6edd63988309290ac15e69775f3b3f564
Patch Set 1 #
Total comments: 2
Patch Set 2 : Add TEST_DEPS #
Messages
Total messages: 8 (1 generated)
|