From: Florian Forster Date: Wed, 30 Sep 2009 08:59:30 +0000 (+0200) Subject: Build system: Link the netapp plugin with libnetapp. X-Git-Tag: collectd-4.9.0~73^2~6^2 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=df32b9d5f2095da7bc275cfc590fab05c2a1c9a3 Build system: Link the netapp plugin with libnetapp. D'oh! ;) --- diff --git a/configure.in b/configure.in index 5c2b9998..4b0b61b3 100644 --- a/configure.in +++ b/configure.in @@ -1983,6 +1983,7 @@ then [with_libnetapp="yes"], [with_libnetapp="no (symbol na_server_invoke_elem not found)"], [$LIBNETAPP_LIBS]) + LIBNETAPP_LIBS="-lnetapp $LIBNETAPP_LIBS" fi CPPFLAGS="$SAVE_CPPFLAGS"