
This fixes the library path on e.g. systems like Debian which specify a custom includedir and libdir.
15 lines
390 B
PkgConfig
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}
|