aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-02-09 04:23:48 +0000
committerChristian Grothoff <christian@grothoff.org>2009-02-09 04:23:48 +0000
commit1c2fddd0d9e9c73b53a96ca811ba66e41e7aab8d (patch)
treee5abc2d65ef85023d1387ee1729d37414705d43f /src/testcurl/https/Makefile.am
parent553b57e1adb6c996fd284746717126fc4581038e (diff)
downloadlibmicrohttpd-1c2fddd0d9e9c73b53a96ca811ba66e41e7aab8d.tar.gz
libmicrohttpd-1c2fddd0d9e9c73b53a96ca811ba66e41e7aab8d.zip
bldfix
Diffstat (limited to 'src/testcurl/https/Makefile.am')
-rw-r--r--src/testcurl/https/Makefile.am2
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
31endif 31endif
32 32
33EXTRA_DIST = cert.pem key.pem tls_test_keys.h 33EXTRA_DIST = cert.pem key.pem tls_test_keys.h tls_test_common.h
34 34
35TESTS = $(check_PROGRAMS) 35TESTS = $(check_PROGRAMS)
36 36