14 lines
211 B
Plaintext
14 lines
211 B
Plaintext
# vim:ft=automake
|
|
# All paths should be given relative to the root
|
|
#
|
|
|
|
certs_DATA+= \
|
|
certs/crl/crl.pem \
|
|
certs/crl/cliCrl.pem
|
|
|
|
certs_DATA+= \
|
|
certs/crl/crl.revoked
|
|
|
|
EXTRA_DIST+= ${certs_DATA}
|
|
|