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

Unified Diff: src/platform/metrics_daemon/Makefile

Issue 553044: Use packaged libchrome and libchromeos rather than in-tree references (Closed)
Patch Set: Created 10 years, 11 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 | « src/platform/cryptohome/debian/control ('k') | src/platform/metrics_daemon/debian/changelog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/metrics_daemon/Makefile
diff --git a/src/platform/metrics_daemon/Makefile b/src/platform/metrics_daemon/Makefile
index a8730d53d3cf3ac4d69389fa6604f1600cf346f0..bf68d6645c9ddb78b6e1afb3fb52985fd4ceb592 100644
--- a/src/platform/metrics_daemon/Makefile
+++ b/src/platform/metrics_daemon/Makefile
@@ -5,14 +5,14 @@
CCC = g++
CC = gcc
-INCLUDES = -I../.. -I../../third_party/chrome/files -I../../common
+INCLUDES = -I../..
COPT = -g
CCONFIG = $(shell pkg-config --cflags dbus-1 glib-2.0 dbus-glib-1)
LDCONFIG = $(shell pkg-config --libs dbus-1 glib-2.0 gthread-2.0 dbus-glib-1)
CFLAGS = $(COPT) -fno-exceptions -Wall -Werror $(INCLUDES) $(CCONFIG)
-LDFLAGS = -L../../third_party/chrome $(LDCONFIG) -lrt -lbase -lpthread -lgflags
+LDFLAGS = $(LDCONFIG) -lrt -lbase -lpthread -lgflags
COMMONSRC = metrics_daemon.cc
COMMONCSRC = marshal_void__string_boxed.c
« no previous file with comments | « src/platform/cryptohome/debian/control ('k') | src/platform/metrics_daemon/debian/changelog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698