Build system: Link the netapp plugin with libnetapp.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 30 Sep 2009 08:59:30 +0000 (10:59 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 30 Sep 2009 08:59:30 +0000 (10:59 +0200)
D'oh! ;)

configure.in

index 5c2b999..4b0b61b 100644 (file)
@@ -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"