Only release keys if they are allocated
[heimdal.git] / include / Makefile.am
blobd2788eba6daddd232051b752317ab96c15b902b2
1 # $Id$
3 include $(top_srcdir)/Makefile.am.common
5 SUBDIRS = kadm5 hcrypto gssapi
7 noinst_PROGRAMS = bits make_crypto
8 CHECK_LOCAL = no-check-local
10 AM_CPPFLAGS += -DHOST=\"$(CANONICAL_HOST)\"
12 nodist_include_HEADERS = krb5-types.h
13 nodist_noinst_HEADERS = crypto-headers.h
15 noinst_HEADERS = heim_threads.h
17 krb5-types.h: bits$(EXEEXT)
18         ./bits$(EXEEXT) krb5-types.h
20 crypto-headers.h: make_crypto$(EXEEXT)
21         ./make_crypto$(EXEEXT) crypto-headers.h
23 CLEANFILES =                    \
24         asn1.h                  \
25         asn1_err.h              \
26         base64.h                \
27         cms_asn1.h              \
28         com_err.h               \
29         com_right.h             \
30         crypto-headers.h        \
31         der-protos.h            \
32         der.h                   \
33         digest_asn1.h           \
34         editline.h              \
35         err.h                   \
36         getarg.h                \
37         glob.h                  \
38         gssapi.h                \
39         hdb-protos.h            \
40         hdb.h                   \
41         hdb_asn1.h              \
42         hdb_err.h               \
43         heim_asn1.h             \
44         heim_err.h              \
45         heimntlm-protos.h       \
46         heimntlm.h              \
47         hex.h                   \
48         hx509-protos.h          \
49         hx509.h                 \
50         hx509_err.h             \
51         k524_err.h              \
52         kafs.h                  \
53         kdc-protos.h            \
54         kdc.h                   \
55         krb5-private.h          \
56         krb5-protos.h           \
57         krb5-types.h            \
58         krb5.h                  \
59         krb5_asn1.h             \
60         krb5_ccapi.h            \
61         krb5_err.h              \
62         krb_err.h               \
63         kx509_asn1.h            \
64         kx509_err.h             \
65         locate_plugin.h         \
66         otp.h                   \
67         parse_bytes.h           \
68         parse_time.h            \
69         parse_units.h           \
70         pkcs12_asn1.h           \
71         pkcs8_asn1.h            \
72         pkcs9_asn1.h            \
73         pkinit_asn1.h           \
74         resolve.h               \
75         rfc2459_asn1.h          \
76         roken-common.h          \
77         roken.h                 \
78         rtbl.h                  \
79         sl.h                    \
80         send_to_kdc_plugin.h    \
81         test-mem.h              \
82         vers.h                  \
83         vis.h                   \
84         wind.h                  \
85         wind_err.h              \
86         windc_plugin.h          \
87         xdbm.h
89 DISTCLEANFILES =        \
90         version.h       \
91         version.h.in