X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile.am;h=73e2df38ae917416c0ca73f3f683ba2cb79c0407;hb=e9fb3dcaad4d46f1e594fd773f6d2327822bdddf;hp=26c2355e50a0aead892ddc9fb3bc10156dc05a54;hpb=499cbd1605850e0feca405fb2579064d330eea8f;p=collectd.git diff --git a/src/Makefile.am b/src/Makefile.am index 26c2355e..73e2df38 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -119,6 +119,9 @@ collectd_tg_LDADD = if BUILD_WITH_LIBSOCKET collectd_tg_LDADD += -lsocket endif +if BUILD_WITH_LIBRT +collectd_tg_LDADD += -lrt +endif if BUILD_AIX collectd_tg_LDADD += -lm endif @@ -1369,6 +1372,7 @@ dist_man_MANS = collectd.1 \ collectd-perl.5 \ collectd-python.5 \ collectd-snmp.5 \ + collectd-tg.1 \ collectd-threshold.5 \ collectd-unixsock.5 \ types.db.5 @@ -1388,6 +1392,7 @@ EXTRA_DIST += collectd.conf.pod \ collectd-python.pod \ collectd.pod \ collectd-snmp.pod \ + collectd-tg.pod \ collectd-threshold.pod \ collectd-unixsock.pod \ postgresql_default.conf \