diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index dfd93abe..b26045f1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -7,8 +7,12 @@ endif | |||
7 | endif | 7 | endif |
8 | endif | 8 | endif |
9 | if ENABLE_SPDY | 9 | if ENABLE_SPDY |
10 | # fixme: should test for spdylay before building testspdy! | 10 | if HAVE_OPENSSL |
11 | microspdy = microspdy spdy2http testspdy | 11 | microspdy = microspdy spdy2http |
12 | if HAVE_SPDYLAY | ||
13 | microspdy += testspdy | ||
14 | endif | ||
15 | endif | ||
12 | endif | 16 | endif |
13 | 17 | ||
14 | SUBDIRS = include microhttpd $(microspdy) examples $(curltests) $(zzuftests) . | 18 | SUBDIRS = include microhttpd $(microspdy) examples $(curltests) $(zzuftests) . |