X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2FMakefile.am;h=7f826e345a579888f9a4b9015a4a867b126189b8;hb=a041631739087cbd002293652ee23bed9ce25478;hp=06bc150f3282a745a93313885322afec8f0bd622;hpb=a644c803e14a19015acfbf5368e336c359b250e3;p=collectd.git diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index 06bc150f..7f826e34 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am @@ -94,11 +94,11 @@ endif check_PROGRAMS = test_common test_utils_avltree test_utils_heap TESTS = test_common test_utils_avltree test_utils_heap -test_common_SOURCES = common_test.c +test_common_SOURCES = common_test.c ../testing.h test_common_LDADD = libcommon.la libplugin_mock.la -test_utils_avltree_SOURCES = utils_avltree_test.c +test_utils_avltree_SOURCES = utils_avltree_test.c ../testing.h test_utils_avltree_LDADD = libavltree.la -test_utils_heap_SOURCES = utils_heap_test.c +test_utils_heap_SOURCES = utils_heap_test.c ../testing.h test_utils_heap_LDADD = libheap.la