2 exec_prefix=@exec_prefix@
4 includedir=@includedir@
5 plugindir=@libdir@/nbdkit/plugins
6 filterdir=@libdir@/nbdkit/filters
9 Version: @PACKAGE_VERSION@
10 Description: A toolkit for creating NBD servers
13 # There is no library that NBD plugins have to be linked against.
14 # All symbols like 'nbdkit_error' are provided by the main nbdkit
15 # server binary when the plugin is loaded. So this is empty.