aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/Makefile.am
diff options
context:
space:
mode:
authorlv-426 <oxcafebaby@yahoo.com>2008-07-05 00:42:25 +0000
committerlv-426 <oxcafebaby@yahoo.com>2008-07-05 00:42:25 +0000
commitff4e3e20a72efa956ab1e2685fb63ad23a357d4d (patch)
treea6338819618c22c9f3d7a68d124fe4ba466ae5ae /src/daemon/https/Makefile.am
parent0876373669fb00839ccd125c9529364128d445dc (diff)
downloadlibmicrohttpd-ff4e3e20a72efa956ab1e2685fb63ad23a357d4d.tar.gz
libmicrohttpd-ff4e3e20a72efa956ab1e2685fb63ad23a357d4d.zip
partial support for users to query SSL/TLS sessions for negotiated settings
added querying test removed SSLv2 code
Diffstat (limited to 'src/daemon/https/Makefile.am')
-rw-r--r--src/daemon/https/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/https/Makefile.am b/src/daemon/https/Makefile.am
index 33f46f1b..ec37f95b 100644
--- a/src/daemon/https/Makefile.am
+++ b/src/daemon/https/Makefile.am
@@ -6,6 +6,7 @@ AM_CPPFLAGS = -I./includes \
6-I$(top_srcdir)/src/daemon/https/openpgp \ 6-I$(top_srcdir)/src/daemon/https/openpgp \
7-I$(top_srcdir)/src/daemon/https/opencdk \ 7-I$(top_srcdir)/src/daemon/https/opencdk \
8-I$(top_srcdir)/src/daemon/https/tls \ 8-I$(top_srcdir)/src/daemon/https/tls \
9-I$(top_srcdir)/src/daemon/https/includes \
9-I$(top_srcdir)/src/daemon/https/cfg 10-I$(top_srcdir)/src/daemon/https/cfg
10 11
11noinst_LTLIBRARIES = libhttps.la 12noinst_LTLIBRARIES = libhttps.la