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