Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3fd74748 authored by Chris Masone's avatar Chris Masone
Browse files

[metrics] Fix tests after libbase roll broke them

Change-Id: Ie26189e05b8aaa637614ed098d8b215c6a436216

Review URL: http://codereview.chromium.org/3138013
parent 9ce4fa3f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
TESTDAEMON_LIBS = -lgmock -lgtest
TESTLIB_LIBS = -lgtest -lbase -lrt -lpthread
TESTLIB_LIBS = -lgtest -lbase -lrt -lpthread -lglib-2.0

all: $(LIB) $(SHAREDLIB) $(CLIENT) $(DAEMON)