commit d064f75e0d63f098cfe9f7e3c0e4dfb930445ace parent d5c3be3703e5df2a6bab92f488415a2e93221f8d Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 28 Dec 2013 14:40:26 +0000 -fix dist by adding missing files Diffstat:
| M | src/testcurl/https/Makefile.am | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am @@ -27,7 +27,8 @@ check_PROGRAMS = \ test_https_time_out \ test_empty_response -EXTRA_DIST = cert.pem key.pem tls_test_keys.h tls_test_common.h +EXTRA_DIST = cert.pem key.pem tls_test_keys.h tls_test_common.h \ + host1.crt host1.key host2.crt host2.key TESTS = \ test_tls_options \