
* These can be used along side krb5-config Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
14 lines
375 B
PkgConfig
14 lines
375 B
PkgConfig
# $Id$
|
|
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: @PACKAGE@
|
|
Description: Heimdal is an implementation of Kerberos 5, freely available under a three clause BSD style license.
|
|
Version: @VERSION@
|
|
URL: http://www.pdc.kth.se/heimdal/
|
|
Requires: krb5
|
|
Libs: -L${libdir} -lgssapi -lheimntlm @LIB_crypt@
|
|
Cflags: -I${includedir}
|