Code

redis plugin: Fix typos preventing a successful build.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 4 Aug 2010 09:36:04 +0000 (11:36 +0200)
committerFlorian Forster <octo@noris.net>
Wed, 4 Aug 2010 09:37:24 +0000 (11:37 +0200)
src/Makefile.am
src/collectd.conf.pod

index fbe505ecb593ae8056a8b2d913b4cafa640e9024..f44ad5f5d430c084ac08d2fe57d98d48888e7185 100644 (file)
@@ -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
index f1bc8744fe4fa95455489fc80aafb73754c66625..6aba195835e0575b040b8a0f9adfeaf7f1c5a754 100644 (file)
@@ -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<Interval> defined globally.
 
+=back
+
 =head2 Plugin C<rrdcached>
 
 The C<rrdcached> plugin uses the RRDtool accelerator daemon, L<rrdcached(1)>,