Merge branch 'ff/avl-tree'
authorFlorian Forster <octo@crystal.wlan.home.verplant.org>
Wed, 14 Feb 2007 21:32:48 +0000 (22:32 +0100)
committerFlorian Forster <octo@crystal.wlan.home.verplant.org>
Wed, 14 Feb 2007 21:32:48 +0000 (22:32 +0100)
1  2 
src/Makefile.am

diff --cc src/Makefile.am
@@@ -12,10 -11,11 +12,11 @@@ bin_PROGRAMS = collectd-nagio
  
  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_llist.c utils_llist.h \
                   utils_ignorelist.c utils_ignorelist.h \
                   common.c common.h \
 -                 network.c network.h \
                   plugin.c plugin.h \
                   configfile.c configfile.h
  collectd_CPPFLAGS = $(LTDLINCL)