X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2FMakefile.am;h=ecfebfbcbf51eb6829fb0b6aadabdcf58393ece0;hb=44afad3c43217e868a2e591a20f8709afe3874ed;hp=bbbd8dc62223b5446528d7b9f470d4fdb1d8d275;hpb=1ba2015150b5b2d7caa76430f045eecdb32e0ba3;p=collectd.git diff --git a/src/Makefile.am b/src/Makefile.am index bbbd8dc6..ecfebfbc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,7 +20,8 @@ collectd_SOURCES = collectd.c collectd.h \ utils_ignorelist.c utils_ignorelist.h \ common.c common.h \ plugin.c plugin.h \ - configfile.c configfile.h + configfile.c configfile.h \ + types_list.c types_list.h collectd_CPPFLAGS = $(LTDLINCL) collectd_CPPFLAGS += -DPREFIX='"${prefix}"' collectd_CPPFLAGS += -DCONFIGFILE='"${sysconfdir}/${PACKAGE_NAME}.conf"'