summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e174ee1)
raw | patch | inline | side by side (parent: e174ee1)
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | |
Mon, 6 Jul 2015 12:59:30 +0000 (09:59 -0300) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 7 Jul 2015 22:08:24 +0000 (00:08 +0200) |
Otherwise it can break on very parallel builds since collectd link time
arrives before one or more of these were built.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
arrives before one or more of these were built.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
src/daemon/Makefile.am | patch | blob | history |
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index 00a8fd73a51b5c85cc4c605c3345c03a3c49b01d..99dc1584f62b2afbd4e14fbe201369012189711a 100644 (file)
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
collectd_CFLAGS = $(AM_CFLAGS)
collectd_LDFLAGS = -export-dynamic
collectd_LDADD = libavltree.la libcommon.la libheap.la -lm $(COMMON_LIBS)
-collectd_DEPENDENCIES =
+collectd_DEPENDENCIES = libavltree.la libcommon.la libheap.la
# The daemon needs to call sg_init, so we need to link it against libstatgrab,
# too. -octo