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