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