X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile.am;h=39027951ad1b74fdb5a05f5ac0a47d13cf6d0ebf;hb=a940e2555464956ae7b61d8d0d742f2acc001c5f;hp=f81fbbde802d31d3cab7dae277d416ae7ac3d3bb;hpb=a1ae4b5afaf3207a7070b85f802b41b32c0b9a20;p=collectd.git diff --git a/src/Makefile.am b/src/Makefile.am index f81fbbde..39027951 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -40,7 +40,6 @@ collectd_SOURCES = collectd.c collectd.h \ utils_parse_option.c utils_parse_option.h \ utils_tail_match.c utils_tail_match.h \ utils_match.c utils_match.h \ - utils_mount.c utils_mount.h \ utils_subst.c utils_subst.h \ utils_tail.c utils_tail.h \ utils_threshold.c utils_threshold.h \ @@ -228,7 +227,7 @@ endif if BUILD_PLUGIN_DF pkglib_LTLIBRARIES += df.la -df_la_SOURCES = df.c +df_la_SOURCES = df.c utils_mount.c utils_mount.h df_la_LDFLAGS = -module -avoid-version collectd_LDADD += "-dlopen" df.la collectd_DEPENDENCIES += df.la