File: 030_pkg-config-paths

package info (click to toggle)
heimdal 1.6~git20120403%2Bdfsg1-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 34,428 kB
  • sloc: ansic: 338,234; sh: 7,993; makefile: 4,671; yacc: 3,036; perl: 1,888; python: 748; lex: 731; awk: 465; java: 119; asm: 30; lisp: 29
file content (15 lines) | stat: -rw-r--r-- 498 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
=== modified file 'tools/heimdal-gssapi.pc.in'
--- old/tools/heimdal-gssapi.pc.in	2008-02-03 17:41:51 +0000
+++ new/tools/heimdal-gssapi.pc.in	2011-02-28 19:18:10 +0000
@@ -1,8 +1,8 @@
 # $Id$
 prefix=@prefix@
 exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
+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.