From df32b9d5f2095da7bc275cfc590fab05c2a1c9a3 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 30 Sep 2009 10:59:30 +0200 Subject: [PATCH] Build system: Link the netapp plugin with libnetapp. D'oh! ;) --- configure.in | 1 + 1 file changed, 1 insertion(+) 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" -- 2.11.0