plugins: Wire up rust plugin support for NBD_INFO_INIT_STATE
[nbdkit/ericb.git] / server / nbdkit.pc.in
blobfe8f51134e7cb79a24b472d8e2cd55779cc777fb
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5 plugindir=@libdir@/nbdkit/plugins
6 filterdir=@libdir@/nbdkit/filters
8 Name: @PACKAGE_NAME@
9 Version: @PACKAGE_VERSION@
10 Description: A toolkit for creating NBD servers
11 Requires:
12 Cflags:
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.
16 Libs: