1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: Brian May <bam@debian.org>
Date: Wed, 26 Apr 2017 06:29:22 +1000
Subject: pkg-config-paths
=== modified file 'tools/heimdal-gssapi.pc.in'
---
tools/heimdal-gssapi.pc.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/heimdal-gssapi.pc.in b/tools/heimdal-gssapi.pc.in
index 41adefe..297b61e 100644
--- a/tools/heimdal-gssapi.pc.in
+++ b/tools/heimdal-gssapi.pc.in
@@ -1,8 +1,8 @@
# $Id$
prefix=@prefix@
exec_prefix=${prefix}
-libdir=@libdir@
-includedir=@includedir@
+libdir=${exec_prefix}/lib/heimdal
+includedir=${prefix}/include/heimdal
Name: @PACKAGE@
Description: Heimdal is an implementation of Kerberos 5, freely available under a three clause BSD style license.
|