include: add more generated files to CLEANFILES
Recently added features for Heimdal 8 did not update include/Makefile.am:CLEANFILES appropriately.
This commit is contained in:
@@ -36,21 +36,28 @@ CLEANFILES = \
|
|||||||
base64.h \
|
base64.h \
|
||||||
ccache_plugin.h \
|
ccache_plugin.h \
|
||||||
cms_asn1.h \
|
cms_asn1.h \
|
||||||
|
cms_template_asn1.h \
|
||||||
com_err.h \
|
com_err.h \
|
||||||
com_right.h \
|
com_right.h \
|
||||||
|
common_plugin.h \
|
||||||
crmf_asn1.h \
|
crmf_asn1.h \
|
||||||
|
crmf_template_asn1.h \
|
||||||
db_plugin.h \
|
db_plugin.h \
|
||||||
der-private.h \
|
der-private.h \
|
||||||
der-protos.h \
|
der-protos.h \
|
||||||
der.h \
|
der.h \
|
||||||
digest_asn1.h \
|
digest_asn1.h \
|
||||||
|
digest_template_asn1.h \
|
||||||
editline.h \
|
editline.h \
|
||||||
err.h \
|
err.h \
|
||||||
getarg.h \
|
getarg.h \
|
||||||
glob.h \
|
glob.h \
|
||||||
|
gss-preauth-protos.h \
|
||||||
|
gss-preauth-private.h \
|
||||||
gssapi.h \
|
gssapi.h \
|
||||||
gssapi_asn1.h \
|
gssapi_asn1.h \
|
||||||
gssapi_mech.h \
|
gssapi_mech.h \
|
||||||
|
gssapi/gssapi_preauth.h \
|
||||||
hdb-private.h \
|
hdb-private.h \
|
||||||
hdb-protos.h \
|
hdb-protos.h \
|
||||||
hdb.h \
|
hdb.h \
|
||||||
@@ -60,6 +67,8 @@ CLEANFILES = \
|
|||||||
heim_asn1.h \
|
heim_asn1.h \
|
||||||
heim_err.h \
|
heim_err.h \
|
||||||
heimbase.h \
|
heimbase.h \
|
||||||
|
heimbase-svc.h \
|
||||||
|
heimbase-protos.h \
|
||||||
heimntlm-protos.h \
|
heimntlm-protos.h \
|
||||||
heimntlm.h \
|
heimntlm.h \
|
||||||
hex.h \
|
hex.h \
|
||||||
@@ -79,26 +88,38 @@ CLEANFILES = \
|
|||||||
krb5-types.h \
|
krb5-types.h \
|
||||||
krb5.h \
|
krb5.h \
|
||||||
krb5_asn1.h \
|
krb5_asn1.h \
|
||||||
|
krb5_template_asn1.h \
|
||||||
krb5_ccapi.h \
|
krb5_ccapi.h \
|
||||||
krb5_err.h \
|
krb5_err.h \
|
||||||
krb_err.h \
|
krb_err.h \
|
||||||
|
kuserok_plugin.h \
|
||||||
kx509_asn1.h \
|
kx509_asn1.h \
|
||||||
|
kx509_template_asn1.h \
|
||||||
kx509_err.h \
|
kx509_err.h \
|
||||||
locate_plugin.h \
|
locate_plugin.h \
|
||||||
login-protos.h \
|
login-protos.h \
|
||||||
ntlm_err.h \
|
ntlm_err.h \
|
||||||
ocsp_asn1.h \
|
ocsp_asn1.h \
|
||||||
|
ocsp_template_asn1.h \
|
||||||
otp.h \
|
otp.h \
|
||||||
parse_bytes.h \
|
parse_bytes.h \
|
||||||
parse_time.h \
|
parse_time.h \
|
||||||
parse_units.h \
|
parse_units.h \
|
||||||
pkcs10_asn1.h \
|
pkcs10_asn1.h \
|
||||||
|
pkcs10_template_asn1.h \
|
||||||
pkcs12_asn1.h \
|
pkcs12_asn1.h \
|
||||||
|
pkcs12_template_asn1.h \
|
||||||
pkcs8_asn1.h \
|
pkcs8_asn1.h \
|
||||||
|
pkcs8_template_asn1.h \
|
||||||
pkcs9_asn1.h \
|
pkcs9_asn1.h \
|
||||||
|
pkcs9_template_asn1.h \
|
||||||
pkinit_asn1.h \
|
pkinit_asn1.h \
|
||||||
|
pkinit_template_asn1.h \
|
||||||
resolve.h \
|
resolve.h \
|
||||||
rfc2459_asn1.h \
|
rfc2459_asn1.h \
|
||||||
|
rfc2459_template_asn1.h \
|
||||||
|
rfc4108_asn1.h \
|
||||||
|
rfc4108_template_asn1.h \
|
||||||
roken-common.h \
|
roken-common.h \
|
||||||
roken.h \
|
roken.h \
|
||||||
rtbl.h \
|
rtbl.h \
|
||||||
@@ -113,6 +134,14 @@ CLEANFILES = \
|
|||||||
wind_err.h \
|
wind_err.h \
|
||||||
kdc-plugin.h \
|
kdc-plugin.h \
|
||||||
xdbm.h
|
xdbm.h
|
||||||
|
kdc-audit.h \
|
||||||
|
csr_authorizer_plugin.h \
|
||||||
|
gss_preauth_authorizer_plugin.h \
|
||||||
|
token_validator_plugin.h.h \
|
||||||
|
xdbm.h \
|
||||||
|
x25519_ref10.h \
|
||||||
|
x690sample_asn1.h \
|
||||||
|
x690sample_template_asn1.h
|
||||||
|
|
||||||
DISTCLEANFILES = \
|
DISTCLEANFILES = \
|
||||||
version.h \
|
version.h \
|
||||||
|
Reference in New Issue
Block a user