Changeset f828974 in mod_gnutls for test/Makefile.am
- Timestamp:
- Jul 15, 2019, 3:26:28 PM (3 years ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 7cfc02b
- Parents:
- c3aebe5
- git-author:
- Fiona Klute <fiona.klute@…> (07/15/19 15:21:17)
- git-committer:
- Fiona Klute <fiona.klute@…> (07/15/19 15:26:28)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
rc3aebe5 rf828974 171 171 echo "unique_subject = no" > $@ 172 172 173 # build certificate chain file for server 174 check_DATA += authority/server/x509-chain.pem 175 MOSTLYCLEANFILES += authority/server/x509-chain.pem 176 %/x509-chain.pem: %/x509.pem authority/x509.pem 177 cat $< authority/x509.pem > $@ 173 # Build certificate chain files. Note that intermediate tokens must be 174 # listed explicitly, or the dependency chain will be broken because 175 # the higher level pattern matches, too. 176 chain_tokens = authority/server/x509-chain.pem \ 177 authority/subca/x509-chain.pem \ 178 authority/subca/server/x509-chain.pem 179 check_DATA += $(chain_tokens) 180 MOSTLYCLEANFILES += $(chain_tokens) 178 181 endif 179 182
Note: See TracChangeset
for help on using the changeset viewer.