src/utils_llist.[ch]: Added a generic linked list implementation.
[collectd.git] / src / Makefile.am
index fcbcb16..638deb7 100644 (file)
@@ -12,6 +12,7 @@ sbin_PROGRAMS = collectd
 collectd_SOURCES = collectd.c collectd.h \
                   utils_debug.c utils_debug.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 \