diff options
author | Christian Grothoff <christian@grothoff.org> | 2009-02-09 04:23:48 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2009-02-09 04:23:48 +0000 |
commit | 1c2fddd0d9e9c73b53a96ca811ba66e41e7aab8d (patch) | |
tree | e5abc2d65ef85023d1387ee1729d37414705d43f | |
parent | 553b57e1adb6c996fd284746717126fc4581038e (diff) | |
download | libmicrohttpd-1c2fddd0d9e9c73b53a96ca811ba66e41e7aab8d.tar.gz libmicrohttpd-1c2fddd0d9e9c73b53a96ca811ba66e41e7aab8d.zip |
bldfix
-rw-r--r-- | src/testcurl/https/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am index d16ced71..05c211d5 100644 --- a/src/testcurl/https/Makefile.am +++ b/src/testcurl/https/Makefile.am | |||
@@ -30,7 +30,7 @@ if MHD_DEBUG_TLS | |||
30 | tls_extension_test | 30 | tls_extension_test |
31 | endif | 31 | endif |
32 | 32 | ||
33 | EXTRA_DIST = cert.pem key.pem tls_test_keys.h | 33 | EXTRA_DIST = cert.pem key.pem tls_test_keys.h tls_test_common.h |
34 | 34 | ||
35 | TESTS = $(check_PROGRAMS) | 35 | TESTS = $(check_PROGRAMS) |
36 | 36 | ||