aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-28 14:40:26 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-28 14:40:26 +0000
commitd064f75e0d63f098cfe9f7e3c0e4dfb930445ace (patch)
tree41aa9a7465ae5390e7e1b0be83457c909cdd3087 /src/testcurl/https/Makefile.am
parentd5c3be3703e5df2a6bab92f488415a2e93221f8d (diff)
downloadlibmicrohttpd-d064f75e0d63f098cfe9f7e3c0e4dfb930445ace.tar.gz
libmicrohttpd-d064f75e0d63f098cfe9f7e3c0e4dfb930445ace.zip
-fix dist by adding missing files
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 \