src/Makefile.am: Fix "make dist" to include utils_threshold.h
[collectd.git] / src / Makefile.am
index 548ffe1..8841db4 100644 (file)
@@ -22,7 +22,7 @@ collectd_SOURCES = collectd.c collectd.h \
                   utils_ignorelist.c utils_ignorelist.h \
                   utils_llist.c utils_llist.h \
                   utils_mount.c utils_mount.h \
-                  utils_threshold.c \
+                  utils_threshold.c utils_threshold.h \
                   types_list.c types_list.h
 collectd_CPPFLAGS = $(LTDLINCL)
 collectd_CPPFLAGS += -DPREFIX='"${prefix}"'