lib/base: Add define for HEIMDAL_TEXTDOMAIN
[heimdal.git] / include / Makefile.am
blob0e2ef0c85dd3aa76570969fae6e63a883a43a558
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 = NTMakefile 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         an2ln_plugin.h          \
32         asn1-common.h           \
33         asn1-template.h         \
34         asn1.h                  \
35         asn1_err.h              \
36         base64.h                \
37         ccache_plugin.h         \
38         cms_asn1.h              \
39         com_err.h               \
40         com_right.h             \
41         crmf_asn1.h             \
42         crypto-headers.h        \
43         db_plugin.h             \
44         der-private.h           \
45         der-protos.h            \
46         der.h                   \
47         digest_asn1.h           \
48         editline.h              \
49         err.h                   \
50         getarg.h                \
51         glob.h                  \
52         gssapi.h                \
53         gssapi_mech.h           \
54         hdb-private.h           \
55         hdb-protos.h            \
56         hdb.h                   \
57         hdb_asn1.h              \
58         hdb_err.h               \
59         heim-ipc.h              \
60         heim_asn1.h             \
61         heim_err.h              \
62         heim_threads.h          \
63         heimbase.h              \
64         heimntlm-protos.h       \
65         heimntlm.h              \
66         hex.h                   \
67         hx509-private.h         \
68         hx509-protos.h          \
69         hx509.h                 \
70         hx509_err.h             \
71         k524_err.h              \
72         kafs.h                  \
73         kcm-protos.h            \
74         kdc-private.h           \
75         kdc-protos.h            \
76         kdc.h                   \
77         krb5-private.h          \
78         krb5-protos.h           \
79         krb5-types.h            \
80         krb5.h                  \
81         krb5_asn1.h             \
82         krb5_ccapi.h            \
83         krb5_err.h              \
84         krb_err.h               \
85         kx509_asn1.h            \
86         kx509_err.h             \
87         locate_plugin.h         \
88         login-protos.h          \
89         ntlm_err.h              \
90         ocsp_asn1.h             \
91         otp.h                   \
92         parse_bytes.h           \
93         parse_time.h            \
94         parse_units.h           \
95         pkcs10_asn1.h           \
96         pkcs12_asn1.h           \
97         pkcs8_asn1.h            \
98         pkcs9_asn1.h            \
99         pkinit_asn1.h           \
100         resolve.h               \
101         rfc2459_asn1.h          \
102         roken-common.h          \
103         roken.h                 \
104         rtbl.h                  \
105         send_to_kdc_plugin.h    \
106         sl.h                    \
107         sqlite3.h               \
108         sqlite3ext.h            \
109         test-mem.h              \
110         vers.h                  \
111         vis.h                   \
112         wind.h                  \
113         wind_err.h              \
114         windc_plugin.h          \
115         xdbm.h
117 DISTCLEANFILES =        \
118         version.h       \
119         version.h.in