13 lines
417 B
PkgConfig
13 lines
417 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
vendor=Heimdal
|
|
|
|
Name: heimdal-krb5
|
|
Description: Heimdal implementation of the Kerberos network authentication.
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lkrb5
|
|
Libs.private: @LIB_pkinit@ -lcom_err @LIB_hcrypto_appl@ -lasn1 -lwind -lheimbase -lroken @LIB_crypt@ @PTHREAD_LIBADD@ @LIB_dlopen@ @LIB_door_create@ @LIBS@
|
|
Cflags: -I${includedir}
|