- Add documentation! :-) in Russian and English - Implement an NFS proxy for file-based access emulation to Vitastor images for non-QEMU based hypervisors like VMWare, as a better way than iSCSI - Implement "primary affinity tags" - Add a patch for libvirt 6.0 - Fix free_down_raw in cli status - Fix a rare bug where OSDs could drop unrelated connections on errors
13 lines
270 B
Plaintext
13 lines
270 B
Plaintext
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
|
|
|
|
|
Name: Vitastor
|
|
Description: Vitastor client library
|
|
Version: 0.7.0
|
|
Libs: -L${libdir} -lvitastor_client
|
|
Cflags: -I${includedir}
|
|
|