From ef30456d00ad45d734a17877aeb97d3dc7fd3e21 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 4 Aug 2010 11:36:04 +0200 Subject: [PATCH] redis plugin: Fix typos preventing a successful build. --- src/Makefile.am | 4 ++-- src/collectd.conf.pod | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) 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, -- 2.11.0