summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a2323a2)
raw | patch | inline | side by side (parent: a2323a2)
author | Chris Lalancette <clalance@redhat.com> | |
Wed, 7 Nov 2007 07:39:59 +0000 (08:39 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Wed, 7 Nov 2007 07:39:59 +0000 (08:39 +0100) |
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 <clalance@redhat.com>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
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 <clalance@redhat.com>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/Makefile.am | patch | blob | history |
diff --git a/src/Makefile.am b/src/Makefile.am
index 548ffe1bf25b5c0c102890019f74a97bb6c8d84f..8841db41c409c798a22df2a11a097686e3909d47 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
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}"'