Chromium Code Reviews| Index: Makefile.am |
| diff --git a/Makefile.am b/Makefile.am |
| index 8af3830e9ffae4a5d6a7a5a0f66a988f040141dc..9ca447ef08b64c0b476f5826d8d45abca9837957 100644 |
| --- a/Makefile.am |
| +++ b/Makefile.am |
| @@ -524,6 +524,7 @@ endif |
| src_client_linux_linux_client_unittest_shlib_DEPENDENCIES = \ |
| src/client/linux/linux_dumper_unittest_helper \ |
| src/client/linux/libbreakpad_client.a \ |
| + $(TEST_LIBS) \ |
|
vapier
2016/04/08 16:29:23
pretty sure this is incorrect and incomplete:
- we
Ted Mielczarek
2016/04/08 17:28:56
Right, but as I said, since we're setting DEPENDEN
|
| src/libbreakpad.a |
| src_client_linux_linux_client_unittest_SOURCES = |