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

« back to all changes in this revision

Viewing changes to include/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 22396 2008-01-01 19:35:05Z lha $
 
1
# $Id: Makefile.am 22630 2008-02-23 19:57:50Z lha $
2
2
 
3
3
include $(top_srcdir)/Makefile.am.common
4
4
 
19
19
        ./make_crypto$(EXEEXT) crypto-headers.h
20
20
 
21
21
CLEANFILES =                    \
22
 
        cms_asn1.h              \
23
 
        der-protos.h            \
24
 
        digest_asn1.h           \
25
 
        hdb-protos.h            \
26
 
        heim_asn1.h             \
27
 
        heim_threads.h          \
28
 
        hex.h                   \
29
 
        hx509-protos.h          \
30
 
        hx509.h                 \
31
 
        hx509_err.h             \
32
 
        kx509_asn1.h            \
33
 
        kx509_err.h             \
34
 
        k524_err.h              \
35
 
        kdc-protos.h            \
36
 
        kdc.h                   \
37
 
        krb5_asn1.h             \
38
 
        krb5_ccapi.h            \
39
 
        parse_bytes.h           \
40
 
        pkcs12_asn1.h           \
41
 
        pkcs8_asn1.h            \
42
 
        pkcs9_asn1.h            \
43
 
        pkinit_asn1.h           \
44
 
        rfc2459_asn1.h          \
45
 
        rtbl.h                  \
46
 
        test-mem.h              \
47
 
        vers.h                  \
48
 
        vis.h                   \
49
22
        asn1.h                  \
50
23
        asn1_err.h              \
51
24
        base64.h                \
 
25
        cms_asn1.h              \
52
26
        com_err.h               \
53
27
        com_right.h             \
54
28
        crypto-headers.h        \
 
29
        der-protos.h            \
55
30
        der.h                   \
 
31
        digest_asn1.h           \
56
32
        editline.h              \
57
33
        err.h                   \
58
34
        getarg.h                \
59
35
        glob.h                  \
60
36
        gssapi.h                \
 
37
        hdb-protos.h            \
61
38
        hdb.h                   \
62
39
        hdb_asn1.h              \
63
40
        hdb_err.h               \
 
41
        heim_asn1.h             \
64
42
        heim_err.h              \
 
43
        heim_threads.h          \
 
44
        heimntlm-protos.h       \
65
45
        heimntlm.h              \
66
 
        heimntlm-protos.h       \
 
46
        hex.h                   \
 
47
        hx509-protos.h          \
 
48
        hx509.h                 \
 
49
        hx509_err.h             \
 
50
        k524_err.h              \
67
51
        kafs.h                  \
68
 
        krb_err.h               \
 
52
        kdc-protos.h            \
 
53
        kdc.h                   \
 
54
        krb5-private.h          \
69
55
        krb5-protos.h           \
70
 
        krb5-private.h          \
71
56
        krb5-types.h            \
72
57
        krb5.h                  \
 
58
        krb5_asn1.h             \
 
59
        krb5_ccapi.h            \
73
60
        krb5_err.h              \
 
61
        krb_err.h               \
 
62
        kx509_asn1.h            \
 
63
        kx509_err.h             \
 
64
        locate_plugin.h         \
74
65
        otp.h                   \
 
66
        parse_bytes.h           \
75
67
        parse_time.h            \
76
68
        parse_units.h           \
 
69
        pkcs12_asn1.h           \
 
70
        pkcs8_asn1.h            \
 
71
        pkcs9_asn1.h            \
 
72
        pkinit_asn1.h           \
77
73
        resolve.h               \
 
74
        rfc2459_asn1.h          \
78
75
        roken-common.h          \
79
76
        roken.h                 \
 
77
        rtbl.h                  \
80
78
        sl.h                    \
 
79
        test-mem.h              \
 
80
        vers.h                  \
 
81
        vis.h                   \
 
82
        wind.h                  \
 
83
        wind_err.h              \
81
84
        windc_plugin.h          \
82
 
        locate_plugin.h         \
83
85
        xdbm.h
84
86
 
85
87
DISTCLEANFILES =        \