libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 771c844be474916b8b29888a7214f0ca20fef557
parent 639c6a9880b73c1bbef0944e8934cece1e5191ac
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  5 May 2013 19:22:44 +0000

-ignores

Diffstat:
Msrc/Makefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am @@ -8,7 +8,7 @@ endif endif if ENABLE_SPDY # fixme: should test for spdylay before building testspdy! -microspdy = microspdy testspdy +microspdy = microspdy spdy2http testspdy endif SUBDIRS = include microhttpd $(microspdy) examples $(curltests) $(zzuftests) .