summaryrefslogtreecommitdiffstats
path: root/third_party/heimdal/tools/heimdal-gssapi.pc.in
blob: 41adefe4d4b6851b8a5bd562ad4b71d8522ac4c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $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}