mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
e458fcca75
Update the project website links contained in to repository to reference the secure https://zfsonlinux.org address. Reviewed-By: Richard Laager <rlaager@wiktel.com> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Garrett Fields <ghfields@gmail.com> Reviewed-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #9837
12 lines
264 B
PkgConfig
12 lines
264 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libzfs_core
|
|
Description: LibZFS core library
|
|
Version: @VERSION@
|
|
URL: https://zfsonlinux.org
|
|
Cflags: -I${includedir}/libzfs -I${includedir}/libspl
|
|
Libs: -L${libdir} -lzfs_core
|