build: add libavltree, libcommon & libheap dependencies
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 6 Jul 2015 12:59:30 +0000 (09:59 -0300)
committerMarc 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>
src/daemon/Makefile.am

index 00a8fd7..99dc158 100644 (file)
@@ -73,7 +73,7 @@ collectd_CPPFLAGS =  $(AM_CPPFLAGS) $(LTDLINCL)
 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