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:

committed by
Nico Williams

parent
f0a772e3e6
commit
846a62a39e
@@ -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.
|
||||
|
Reference in New Issue
Block a user