Code

More improvementa on the ignorelist functionality.
[collectd.git] / src / Makefile.am
index 5538f64174b1507edbb99bbb09ba53ca3e356513..35b92f84516301191b43cd20af5dfed79d7c47f6 100644 (file)
@@ -15,7 +15,8 @@ collectd_SOURCES = collectd.c collectd.h \
                   common.c common.h \
                   network.c network.h \
                   plugin.c plugin.h \
-                  configfile.c configfile.h
+                  configfile.c configfile.h \
+                  config_list.c config_list.h
 collectd_CPPFLAGS = $(LTDLINCL)
 collectd_CPPFLAGS += -DCONFIGFILE='"${sysconfdir}/${PACKAGE_NAME}.conf"'
 collectd_CPPFLAGS += -DPKGLOCALSTATEDIR='"${localstatedir}/lib/${PACKAGE_NAME}"'