From: Florian Forster Date: Sat, 25 Nov 2006 10:25:17 +0000 (+0100) Subject: src/Makefile.am: Link the collectd binary with `src/utils_avltree.[ch]'. X-Git-Tag: collectd-4.0.0~187^2~4 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=7f561ff836d0652989a9e504b5422398cefa2492;p=collectd.git src/Makefile.am: Link the collectd binary with `src/utils_avltree.[ch]'. --- 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 \