aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 801d368b..2948d440 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,7 +8,10 @@ endif
8endif 8endif
9if ENABLE_SPDY 9if ENABLE_SPDY
10if HAVE_OPENSSL 10if HAVE_OPENSSL
11microspdy = microspdy spdy2http 11microspdy = microspdy
12if HAVE_CURL
13microspdy += spdy2http
14endif
12if HAVE_SPDYLAY 15if HAVE_SPDYLAY
13microspdy += testspdy 16microspdy += testspdy
14endif 17endif