Index: Makefile |
diff --git a/Makefile b/Makefile |
index 5e3ed14bbab70da02390ddefe01056a34af65fb0..032ea73bfa3e6031a92e41e5d60ca0e745899cf3 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -38,7 +38,8 @@ TESTLIB_OBJS = \ |
metrics_library_test.o |
TESTCOUNTER_LIBS = -lgmock -lgtest -lbase -lrt -lpthread -lglib-2.0 |
-DAEMON_LDFLAGS = $(LDFLAGS) $(LDCONFIG) -lrt -lbase -lpthread -lgflags -lglib-2.0 |
+DAEMON_LDFLAGS = $(LDFLAGS) $(LDCONFIG) -lrt -lbase -lpthread -lgflags \ |
+ -lglib-2.0 -lrootdev |
TESTDAEMON_LIBS = -lgmock -lgtest |
TESTLIB_LIBS = -lgtest -lbase -lrt -lpthread -lglib-2.0 |