Use actual libdir/includedir in krb5-config and pc files. (#219)

This fixes the library path on e.g. systems like Debian which specify a
custom includedir and libdir.
This commit is contained in:
Jelmer Vernooij
2016-12-04 00:31:43 +00:00
committed by Nico Williams
parent f0a772e3e6
commit 846a62a39e

View File

@@ -1,8 +1,8 @@
# $Id$
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
libdir=@libdir@
includedir=@includedir@
Name: @PACKAGE@
Description: Heimdal is an implementation of Kerberos 5, freely available under a three clause BSD style license.