summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/tools/heimdal-gssapi.pc.in
blob: 4589deedc026b9ac72cc9600e386dfcc7a1ec0ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $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: foo = 1.3.1
#Conflicts: bar <= 4.5
Libs: -L${libdir} -lgssapi -lheimntlm -lkrb5 @LIB_pkinit@ -lcom_err @LIB_hcrypto_appl@ -lasn1 -lroken @LIB_crypt@ @LIB_dlopen@ @LIB_door_create@ @LIBS@
Cflags: -I${includedir}
OpenPOWER on IntegriCloud