~ubuntu-branches/ubuntu/jaunty/heimdal/jaunty

« back to all changes in this revision

Viewing changes to tests/kdc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Nick Ellery
  • Date: 2008-11-17 22:25:58 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20081117222558-jd1aj1jth6ycdb0x
Tags: 1.2.dfsg.1-2.1ubuntu1
* Merge from debian unstable, remaining changes (LP: #299345):
  - Change libdb4.2-dev to libdb4.6-dev in build-deps
  - Add netbase to heimdal-kdc depends.
  - Set CPPFLAGS=-DLDAP_DEPRECATED to fix build with OpenLDAP 2.4 on
    64-bit architectures.
* Remove dependency on update-inetd to heimdal-servers and heimdal-kdc,
  as packages should rely on the inet-superserver to provide the
  update-inetd command.
* Drop the addition of -1 to the version of comerr-dev in build depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.am 22447 2008-01-15 06:05:17Z lha $
 
1
# $Id: Makefile.am 23127 2008-04-28 18:01:25Z lha $
2
2
 
3
3
include $(top_srcdir)/Makefile.am.common
4
4
 
12
12
check_SCRIPTS = $(SCRIPT_TESTS) 
13
13
 
14
14
SCRIPT_TESTS = \
 
15
        check-cc \
15
16
        check-digest \
16
17
        check-kadmin \
17
18
        check-kdc \
18
19
        check-keys \
 
20
        check-kpasswdd \
19
21
        check-pkinit \
20
22
        check-iprop \
21
23
        check-referral \
25
27
 
26
28
port = 49188
27
29
admport = 49189
 
30
pwport = 49190
28
31
 
29
32
if HAVE_DLOPEN
30
33
do_dlopen = -e 's,[@]DLOPEN[@],true,g'
36
39
        -e 's,[@]srcdir[@],$(srcdir),g' \
37
40
        -e 's,[@]port[@],$(port),g' \
38
41
        -e 's,[@]admport[@],$(admport),g' \
 
42
        -e 's,[@]pwport[@],$(pwport),g' \
39
43
        -e 's,[@]objdir[@],$(top_builddir)/tests/kdc,g' \
40
44
        -e 's,[@]EGREP[@],$(EGREP),g' 
41
45
 
81
85
        chmod +x check-referral.tmp
82
86
        mv check-referral.tmp check-referral
83
87
 
 
88
check-kpasswdd: check-kpasswdd.in Makefile
 
89
        $(do_subst) < $(srcdir)/check-kpasswdd.in > check-kpasswdd.tmp
 
90
        chmod +x check-kpasswdd.tmp
 
91
        mv check-kpasswdd.tmp check-kpasswdd
 
92
 
 
93
check-cc: check-cc.in Makefile
 
94
        $(do_subst) < $(srcdir)/check-cc.in > check-cc.tmp
 
95
        chmod +x check-cc.tmp
 
96
        mv check-cc.tmp check-cc
 
97
 
84
98
krb5.conf: krb5.conf.in Makefile
85
99
        $(do_subst) \
86
100
           -e 's,[@]kdc[@],,g' < $(srcdir)/krb5.conf.in > krb5.conf.tmp
113
127
        digest-reply \
114
128
        foopassword \
115
129
        krb5.conf \
 
130
        krb5.conf.keys \
 
131
        krb5-cc.conf \
116
132
        krb5-slave.conf \
117
133
        krb5-pkinit.conf \
118
134
        krb5-pkinit-win.conf \
119
 
        krb5.conf.keys \
120
135
        signal \
121
136
        messages.log \
122
137
        o2cache.krb5 \
139
154
        test-rc-file.rc
140
155
 
141
156
EXTRA_DIST = \
 
157
        check-cc.in \
 
158
        check-digest.in \
 
159
        check-iprop.in \
142
160
        check-kadmin.in \
143
161
        check-kdc.in \
144
162
        check-keys.in \
 
163
        check-kpasswdd.in \
 
164
        check-pkinit.in \
145
165
        check-referral.in \
146
166
        check-uu.in \
147
 
        check-pkinit.in \
148
 
        check-iprop.in \
149
 
        check-digest.in \
 
167
        donotexists.txt \
150
168
        heimdal.acl \
 
169
        iprop-acl \
 
170
        krb5-pkinit.conf.in \
151
171
        krb5.conf.in \
152
172
        krb5.conf.keys.in \
153
 
        krb5-pkinit.conf.in \
154
 
        iprop-acl \
155
 
        wait-kdc.sh \
 
173
        ntlm-user-file.txt \
156
174
        pki-mapping \
157
 
        ntlm-user-file.txt \
158
175
        uuserver.txt \
159
 
        donotexists.txt
 
176
        wait-kdc.sh