Files
heimdal/tools/heimdal-gssapi.pc.in
Stef Walter b0b94a445a Add pkg-config files for krb5 libraries
* These can be used along side krb5-config

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
2012-09-27 14:00:49 -07:00

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}