Changeset c91382d in mod_gnutls for test/Makefile.am
- Timestamp:
- Jun 6, 2019, 2:38:35 AM (21 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- a819501
- Parents:
- 143bd98
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r143bd98 rc91382d 113 113 # (e.g. host names) without wasting time on new keys (which would 114 114 # happen after "clean"). 115 MOSTLYCLEANFILES += */x509.pem $(generated_templates) * .uid115 MOSTLYCLEANFILES += */x509.pem $(generated_templates) */uid 116 116 117 117 … … 145 145 if USE_MSVA 146 146 msva_home = msva.gnupghome 147 check_DATA += $(msva_home)/trustdb.gpg client .uid147 check_DATA += $(msva_home)/trustdb.gpg client/uid 148 148 MOSTLYCLEANFILES += $(msva_home)/trustdb.gpg 149 149 $(msva_home)/trustdb.gpg: authority/minimal.pgp client/cert.pgp … … 215 215 # stops. 216 216 clean-local: 217 -rmdir $(identities) || true218 217 -rmdir $(extra_dirs) || true 219 218 if USE_MSVA … … 232 231 proxy_mods.conf 233 232 234 EXTRA_DIST = $(apache_data) $(cert_templates) $(shared_identities:= .uid.in) \233 EXTRA_DIST = $(apache_data) $(cert_templates) $(shared_identities:=/uid.in) \ 235 234 apache_service.bash common.bash runtests server-crl.template \ 236 235 softhsm.bash
Note: See TracChangeset
for help on using the changeset viewer.