mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-04 16:05:17 +00:00
12 lines
300 B
PkgConfig
12 lines
300 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: dns++
|
|
Description: BIND 10 DNS library
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: @CRYPTO_PACKAGE@
|
|
Cflags: -I${includedir}/@PACKAGE_NAME@
|
|
Libs: -L${libdir} -lb10-dns++ -lb10-cryptolink -lb10-util -lb10-exceptions -lm
|