From 7f561ff836d0652989a9e504b5422398cefa2492 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 25 Nov 2006 11:25:17 +0100 Subject: [PATCH] src/Makefile.am: Link the collectd binary with `src/utils_avltree.[ch]'. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 5cd0e282..e0838a1f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,6 +11,7 @@ sbin_PROGRAMS = collectd collectd_SOURCES = collectd.c collectd.h \ utils_debug.c utils_debug.h \ + utils_avltree.c utils_avltree.h \ utils_mount.c utils_mount.h \ utils_ignorelist.c utils_ignorelist.h \ common.c common.h \ -- 2.11.0