Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: Makefile.am

Issue 1870733005: Fix a dependency issue in automake (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Makefile.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 =
« no previous file with comments | « no previous file | Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698