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) |
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 tls_extension_test endif -EXTRA_DIST = cert.pem key.pem tls_test_keys.h +EXTRA_DIST = cert.pem key.pem tls_test_keys.h tls_test_common.h TESTS = $(check_PROGRAMS) |