plugin_vserver="no"
plugin_wireless="no"
plugin_zfs_arc="no"
+plugin_pinba="no"
# Linux
if test "x$ac_system" = "xLinux"
libxml2 . . . . . . . $with_libxml2
libxmms . . . . . . . $with_libxmms
libyajl . . . . . . . $with_libyajl
+ libevent . . . . . . $with_libevent
+ protobuf-c . . . . . $with_protobuf_c
oracle . . . . . . . $with_oracle
python . . . . . . . $with_python
oracle . . . . . . . $enable_oracle
perl . . . . . . . . $enable_perl
ping . . . . . . . . $enable_ping
+ pinba . . . . . . . . $enable_pinba
postgresql . . . . . $enable_postgresql
powerdns . . . . . . $enable_powerdns
processes . . . . . . $enable_processes
collectd_DEPENDENCIES += zfs_arc.la
endif
+if BUILD_PLUGIN_PINBA
+pkglib_LTLIBRARIES += pinba.la
+pinba_la_SOURCES = pinba.c pinba-pb.c
+pinba_la_LDFLAGS = -module -avoid-version
+collectd_LDADD += "-dlopen" pinba.la
+collectd_DEPENDENCIES += pinba.la
+endif
+
dist_man_MANS = collectd.1 \
collectd.conf.5 \