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

Unified Diff: Makefile

Issue 2806043: Add crash reporting to metrics_daemon. (Closed) Base URL: ssh://git@chromiumos-git/metrics.git
Patch Set: Created 10 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 298607876051d7c09e8811659a8b45561666b259..480da220ae6ff77b4e31bb819764807e96cdae00 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ $(COUNTER_TEST): $(TESTCOUNTER_OBJS)
$(CXX) -o $@ $^ $(TESTCOUNTER_LIBS)
$(DAEMON): $(DAEMON_OBJS) $(SHAREDLIB)
- $(CXX) -o $@ $^ $(DAEMON_LDFLAGS)
+ $(CXX) -o $@ $^ $(DAEMON_LDFLAGS) -lcrash
$(DAEMON_TEST): $(TESTDAEMON_OBJS)
$(CXX) -o $@ $^ $(DAEMON_LDFLAGS) $(TESTDAEMON_LIBS)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698