Code

src/Makefile.am: Add standards.h to the sources.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 5 May 2009 07:50:28 +0000 (09:50 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 5 May 2009 07:50:28 +0000 (09:50 +0200)
src/Makefile.am

index 489673656c829b442d157db3b59ec61c18b5e22c..9c0b8e9a59bfaccaa520a238a6161ec8e9126150 100644 (file)
@@ -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)