aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-05 19:22:44 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-05 19:22:44 +0000
commit771c844be474916b8b29888a7214f0ca20fef557 (patch)
tree8ebc49b8dcb4852121c9ae73512008fd677e3a1a /src/Makefile.am
parent639c6a9880b73c1bbef0944e8934cece1e5191ac (diff)
downloadlibmicrohttpd-771c844be474916b8b29888a7214f0ca20fef557.tar.gz
libmicrohttpd-771c844be474916b8b29888a7214f0ca20fef557.zip
-ignores
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8e9bcc2f..dfd93abe 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,7 +8,7 @@ endif
8endif 8endif
9if ENABLE_SPDY 9if ENABLE_SPDY
10# fixme: should test for spdylay before building testspdy! 10# fixme: should test for spdylay before building testspdy!
11microspdy = microspdy testspdy 11microspdy = microspdy spdy2http testspdy
12endif 12endif
13 13
14SUBDIRS = include microhttpd $(microspdy) examples $(curltests) $(zzuftests) . 14SUBDIRS = include microhttpd $(microspdy) examples $(curltests) $(zzuftests) .