Files
heimdal/tools/heimdal-gssapi.pc.in
Jelmer Vernooij 846a62a39e Use actual libdir/includedir in krb5-config and pc files. ()
This fixes the library path on e.g. systems like Debian which specify a
custom includedir and libdir.
2016-12-03 18:31:43 -06:00

15 lines
390 B
PkgConfig

# $Id$
prefix=@prefix@
exec_prefix=${prefix}
libdir=@libdir@
includedir=@includedir@
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.private: heimdal-krb5
Libs: -L${libdir} -lgssapi
Libs.private: -lheimntlm @LIB_crypt@
Cflags: -I${includedir}