From 40fb18ebff496692ece46deae8967cb176c34bec Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Wed, 7 Nov 2007 08:39:59 +0100 Subject: [PATCH] src/Makefile.am: Fix "make dist" to include utils_threshold.h Hello, Attached is a trivial Makefile patch so that when using "make dist", you actually get the src/utils_threshold.h file, which is needed to successfully build. Signed-off-by: Chris Lalancette Signed-off-by: Florian Forster --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 548ffe1b..8841db41 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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}"' -- 2.11.0