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

Unified Diff: Makefile

Issue 3138013: [metrics] Fix tests after libbase roll broke them (Closed) Base URL: http://src.chromium.org/git/metrics.git
Patch Set: Created 10 years, 4 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 f3dddd87329da664907ff67b482839aca593d66a..deb52949810aa01485305e460688d6f13d3bb928 100644
--- a/Makefile
+++ b/Makefile
@@ -39,10 +39,10 @@ LIB_OBJS = \
TESTLIB_OBJS = \
metrics_library_test.o
-TESTCOUNTER_LIBS = -lgmock -lgtest -lbase -lrt -lpthread
-DAEMON_LDFLAGS = $(LDFLAGS) $(LDCONFIG) -lrt -lbase -lpthread -lgflags
+TESTCOUNTER_LIBS = -lgmock -lgtest -lbase -lrt -lpthread -lglib-2.0
+DAEMON_LDFLAGS = $(LDFLAGS) $(LDCONFIG) -lrt -lbase -lpthread -lgflags -lglib-2.0
petkov 2010/08/12 19:45:39 Shouldn't glib-2.0 come from the LDCONFIG/PKG_CONF
Chris Masone 2010/08/12 19:47:51 huh. maybe we just needed it for the tests, yeah.
TESTDAEMON_LIBS = -lgmock -lgtest
-TESTLIB_LIBS = -lgtest -lbase -lrt -lpthread
+TESTLIB_LIBS = -lgtest -lbase -lrt -lpthread -lglib-2.0
all: $(LIB) $(SHAREDLIB) $(CLIENT) $(DAEMON)
« 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