~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/plugins/kdb/db2/libdb2/test/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2009-05-07 16:16:34 UTC
  • mfrom: (13.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090507161634-xqyk0s9na0le4flj
Tags: 1.7dfsg~beta1-4
When  decrypting the TGS response fails with the subkey, try with the
session key to work around Heimdal bug, Closes: #527353 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
thisconfigdir=./..
 
1
thisconfigdir=../../../../..
2
2
myfulldir=plugins/kdb/db2/libdb2/test
3
 
mydir=test
 
3
mydir=plugins/kdb/db2/libdb2/test
4
4
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..$(S)..
5
5
 
6
6
FCTSH = @FCTSH@
9
9
LOCALINCLUDES=  -I. -I$(srcdir)/../include -I../include -I$(srcdir)/../mpool \
10
10
                -I$(srcdir)/../btree -I$(srcdir)/../hash -I$(srcdir)/../db
11
11
 
12
 
PROG_LIBPATH=-L..
 
12
PROG_LIBPATH=-L.. -L$(TOPLIBD)
13
13
PROG_RPATH=$(KRB5_LIBDIR)
14
14
 
15
15
KRB5_RUN_ENV= @KRB5_RUN_ENV@