From 058576e768e5d6cd9280f4b6f845a7b027a4724d Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Thu, 28 Oct 2021 22:09:42 +0300 Subject: [PATCH] autotools: add key.pem and cert.pem to EXTRA_DIST --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 48ad85d..55483f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -102,6 +102,8 @@ EXTRA_DIST = \ jni/Android.mk \ jni/Application.mk \ src/tls_schannel.c \ + tests/cert.pem \ + tests/key.pem \ tests/res_query_dump.c if TLS_WITH_GNUTLS