mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 18:00:48 +02:00
12 lines
482 B
Plaintext
12 lines
482 B
Plaintext
# vim:ft=automake
|
|
# included from Top Level Makefile.am
|
|
# All paths should be given relative to the root
|
|
|
|
EXTRA_DIST += certs/test-serial0/generate_certs.sh \
|
|
certs/test-serial0/root_serial0.pem \
|
|
certs/test-serial0/root_serial0_key.pem \
|
|
certs/test-serial0/ee_serial0.pem \
|
|
certs/test-serial0/ee_normal.pem \
|
|
certs/test-serial0/selfsigned_nonca_serial0.pem \
|
|
certs/test-serial0/intermediate_serial0.pem
|