X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fdaemon%2FMakefile.am;h=88fc7129598071150554b150d9a177b28265a242;hb=a3444db7419687386919fccf7d14b945f2e9da56;hp=95fb947aa361ba545519073f6225a4510ae14b70;hpb=3307054b6ab46b51fdda4f528e72d119e9de3071;p=collectd.git diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index 95fb947a..88fc7129 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am @@ -46,10 +46,12 @@ noinst_LTLIBRARIES = libavltree.la libcommon.la libheap.la libplugin_mock.la libavltree_la_SOURCES = utils_avltree.c utils_avltree.h libcommon_la_SOURCES = common.c common.h +libcommon_la_LIBADD = $(COMMON_LIBS) libheap_la_SOURCES = utils_heap.c utils_heap.h libplugin_mock_la_SOURCES = plugin_mock.c utils_cache_mock.c utils_time_mock.c +libplugin_mock_la_LIBADD = $(COMMON_LIBS) collectd_SOURCES = collectd.c collectd.h \ configfile.c configfile.h \