src/Makefile.am: Link the collectd binary with `src/utils_avltree.[ch]'.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 25 Nov 2006 10:25:17 +0000 (11:25 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 25 Nov 2006 10:25:17 +0000 (11:25 +0100)
src/Makefile.am

index 5cd0e28..e0838a1 100644 (file)
@@ -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 \