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 4896736..9c0b8e9 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)