Add missing cert to include.am for make dist, which is required for ./gencertbuf.pl.

This commit is contained in:
David Garske 2019-03-27 21:13:46 -07:00
parent e8afb6ea51
commit c7b5f772aa

View File

@ -3,6 +3,7 @@
#
EXTRA_DIST += \
certs/ca-cert-chain.der \
certs/ca-cert.pem \
certs/ca-key.pem \
certs/client-cert.pem \