X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2FMakefile.am;h=95fb947aa361ba545519073f6225a4510ae14b70;hb=f14825411d74f8e01d68e3c22cfd541e0cad3aa5;hp=00a8fd73a51b5c85cc4c605c3345c03a3c49b01d;hpb=6213557b1d5c79a60e9c4322263836ca6066aa0e;p=collectd.git diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index 00a8fd73..95fb947a 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am @@ -58,6 +58,7 @@ collectd_SOURCES = collectd.c collectd.h \ plugin.c plugin.h \ utils_cache.c utils_cache.h \ utils_complain.c utils_complain.h \ + utils_ignorelist.c utils_ignorelist.h \ utils_llist.c utils_llist.h \ utils_random.c utils_random.h \ utils_tail_match.c utils_tail_match.h \ @@ -73,7 +74,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