From: Florian Forster Date: Wed, 4 Aug 2010 09:36:04 +0000 (+0200) Subject: redis plugin: Fix typos preventing a successful build. X-Git-Tag: collectd-5.0.0-beta0~50^2~10 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=ef30456d00ad45d734a17877aeb97d3dc7fd3e21;p=collectd.git redis plugin: Fix typos preventing a successful build. --- diff --git a/src/Makefile.am b/src/Makefile.am index fbe505ec..f44ad5f5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -888,8 +888,8 @@ endif if BUILD_PLUGIN_REDIS pkglib_LTLIBRARIES += redis.la redis_la_SOURCES = redis.c -redis_la_LDFLAGS = -module -avoid-version $(BUILD_WITH_LIBREDIS_LDFLAGS) -redis_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBREDIS_CFLAGS) +redis_la_LDFLAGS = -module -avoid-version $(BUILD_WITH_LIBCREDIS_LDFLAGS) +redis_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBCREDIS_CPPFLAGS) redis_la_LIBADD = -lcredis collectd_LDADD += "-dlopen" redis.la collectd_DEPENDENCIES += redis.la diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index f1bc8744..6aba1958 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -3794,6 +3794,8 @@ redis read function is blocking, you may keep this value as low as possible. Keep in mind that the sum of all Timeout values for all Nodes might be lower than B defined globally. +=back + =head2 Plugin C The C plugin uses the RRDtool accelerator daemon, L,