From: Florian Forster Date: Tue, 5 May 2009 07:50:28 +0000 (+0200) Subject: src/Makefile.am: Add standards.h to the sources. X-Git-Tag: collectd-4.7.0~22 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=d4dde3790573583cad3a4f8daa8cfe4712710515 src/Makefile.am: Add standards.h to the sources. --- 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)