mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 22:32:21 +01:00
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}
|
|
|