
* These can be used along side krb5-config Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
12 lines
395 B
PkgConfig
12 lines
395 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
vendor=Heimdal
|
|
|
|
Name: krb5
|
|
Description: Heimdal implementation of the kerberos network authentication.
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lkrb5 @LIB_pkinit@ -lcom_err @LIB_hcrypto_appl@ -lasn1 -lwind -lheimbase -lroken @LIB_crypt@ @PTHREAD_LIBADD@ @LIB_dlopen@ @LIB_door_create@ @LIBS@
|
|
Cflags: -I${includedir}
|