collectd.conf: (Un)comment plugins based on the configure-setting. Install the file...
[collectd.git] / src / Makefile.am
index c868f5e..a93045e 100644 (file)
@@ -374,10 +374,12 @@ collectd_LDADD += "-dlopen" wireless.la
 collectd_DEPENDENCIES += wireless.la
 endif
 
-man_MANS = collectd.1 collectd.conf.5
+sysconf_DATA = collectd.conf
+
+dist_man_MANS = collectd.1 collectd.conf.5
 #collectd_1_SOURCES = collectd.pod
 
-EXTRA_DIST = $(man_MANS)
+#EXTRA_DIST = $(man_MANS)
 
 .pod.1:
        pod2man --release=$(VERSION) --center=$(PACKAGE) $< >$@