From d4dde3790573583cad3a4f8daa8cfe4712710515 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 5 May 2009 09:50:28 +0200 Subject: [PATCH] src/Makefile.am: Add standards.h to the sources. --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 48967365..9c0b8e9a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,6 +43,9 @@ collectd_SOURCES = collectd.c collectd.h \ utils_tail.c utils_tail.h \ utils_threshold.c utils_threshold.h \ types_list.c types_list.h +if BUILD_FEATURE_STANDARDS +collectd_SOURCES += standards.h +endif collectd_CPPFLAGS = $(AM_CPPFLAGS) $(LTDLINCL) collectd_CFLAGS = $(AM_CFLAGS) -- 2.11.0