aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/Makefile.am')
-rw-r--r--src/testcurl/https/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am
index f73eb182..2f05f57a 100644
--- a/src/testcurl/https/Makefile.am
+++ b/src/testcurl/https/Makefile.am
@@ -27,7 +27,8 @@ check_PROGRAMS = \
27 test_https_time_out \ 27 test_https_time_out \
28 test_empty_response 28 test_empty_response
29 29
30EXTRA_DIST = cert.pem key.pem tls_test_keys.h tls_test_common.h 30EXTRA_DIST = cert.pem key.pem tls_test_keys.h tls_test_common.h \
31 host1.crt host1.key host2.crt host2.key
31 32
32TESTS = \ 33TESTS = \
33 test_tls_options \ 34 test_tls_options \