src/filter_chain.[ch]: Implement an advanced filtering framework.
[collectd.git] / src / Makefile.am
index b6d1a08..960dfe4 100644 (file)
@@ -29,6 +29,7 @@ bin_PROGRAMS = collectd-nagios
 collectd_SOURCES = collectd.c collectd.h \
                   common.c common.h \
                   configfile.c configfile.h \
+                  filter_chain.c filter_chain.h \
                   plugin.c plugin.h \
                   utils_avltree.c utils_avltree.h \
                   utils_cache.c utils_cache.h \