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

« back to all changes in this revision

Viewing changes to src/ccapi/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=..
 
2
myfulldir=ccapi
 
3
mydir=ccapi
 
4
BUILDTOP=$(REL)..
 
5
 
 
6
SUBDIRS= lib server test
 
7
 
 
8
all-windows:: 
 
9
        @echo Making in ccapi\lib\win
 
10
    @echo buildtop: $(BUILDTOP)
 
11
        cd lib\win
 
12
        cd
 
13
        $(MAKE) -$(MFLAGS)
 
14
        @echo Making in ccapi\server\win
 
15
        cd ..\..\server\win
 
16
        cd
 
17
        $(MAKE) -$(MFLAGS)
 
18
        @echo Making in ccapi\test
 
19
        cd ..\..\test
 
20
        cd
 
21
        $(MAKE) -$(MFLAGS)
 
22
 
 
23
clean-windows:: 
 
24
        @echo Making clean in ccapi\lib\win
 
25
        cd lib\win
 
26
        cd
 
27
        $(MAKE) -$(MFLAGS) clean
 
28
        @echo Making clean in ccapi\server\win
 
29
        cd ..\..\server\win
 
30
        cd
 
31
        $(MAKE) -$(MFLAGS) clean
 
32
        @echo Making clean in ccapi\test
 
33
        cd ..\..\test
 
34
        cd
 
35
        $(MAKE) -$(MFLAGS) clean
 
36
 
 
37
# +++ Dependency line eater +++