Chromium Code Reviews| 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) |