aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-12-01 13:06:38 +0000
committerChristian Grothoff <christian@grothoff.org>2015-12-01 13:06:38 +0000
commitfdc3e17e30e655e0a96e261f8c1a6682348db654 (patch)
tree16944a310a0f780515d88eb1746240502db11f39 /src/Makefile.am
parentac599c6f9c149c26e46cf4dc5a4cd6fd906b1f68 (diff)
downloadlibmicrohttpd-fdc3e17e30e655e0a96e261f8c1a6682348db654.tar.gz
libmicrohttpd-fdc3e17e30e655e0a96e261f8c1a6682348db654.zip
killing libmicrospdy
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am16
1 files changed, 2 insertions, 14 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d496c95d..51263449 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,19 +7,8 @@ zzuftests = testzzuf
7endif 7endif
8endif 8endif
9endif 9endif
10if ENABLE_SPDY
11if HAVE_OPENSSL
12microspdy = microspdy
13if HAVE_CURL
14microspdy += spdy2http
15endif
16#if HAVE_SPDYLAY
17microspdy += testspdy
18#endif
19endif
20endif
21 10
22SUBDIRS = include platform microhttpd $(microspdy) $(curltests) $(zzuftests) . 11SUBDIRS = include platform microhttpd $(curltests) $(zzuftests) .
23 12
24if BUILD_EXAMPLES 13if BUILD_EXAMPLES
25SUBDIRS += examples 14SUBDIRS += examples
@@ -27,5 +16,4 @@ endif
27 16
28EXTRA_DIST = \ 17EXTRA_DIST = \
29 datadir/cert-and-key.pem \ 18 datadir/cert-and-key.pem \
30 datadir/cert-and-key-for-wireshark.pem \ 19 datadir/cert-and-key-for-wireshark.pem
31 datadir/spdy-draft.txt