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