Changeset a819501 in mod_gnutls for test/Makefile.am
- Timestamp:
- Jun 24, 2019, 2:46:11 PM (21 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- f205c5f
- Parents:
- c91382d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
rc91382d ra819501 97 97 MOSTLYCLEANFILES = cache/* logs/* outputs/* server/crl.pem 98 98 99 cert_templates = authority .template.in client.template.in \100 imposter .template.in ocsp-responder.template rogueca.template \101 rogueclient .template.in server.template.in102 generated_templates = authority .template client.template \103 imposter .template rogueclient.template server.template99 cert_templates = authority/template.in client/template.in \ 100 imposter/template.in ocsp-responder/template rogueca/template \ 101 rogueclient/template.in server/template.in 102 generated_templates = authority/template client/template \ 103 imposter/template rogueclient/template server/template 104 104 105 105 # Delete X.509 private keys on full clean. Note that unless you need … … 232 232 233 233 EXTRA_DIST = $(apache_data) $(cert_templates) $(shared_identities:=/uid.in) \ 234 apache_service.bash common.bash runtests server -crl.template \234 apache_service.bash common.bash runtests server/crl.template \ 235 235 softhsm.bash 236 236
Note: See TracChangeset
for help on using the changeset viewer.