commit d5571974e562efea6bd5bb30c09bdbfeab72533b parent 774e50c035a357638357dae113c4646f2791ccfa Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 1 Dec 2014 10:55:44 +0000 fix #3560 as suggested by reporter Diffstat:
| M | src/Makefile.am | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am @@ -18,7 +18,7 @@ microspdy += testspdy endif endif -SUBDIRS = include platform microhttpd $(microspdy) examples $(curltests) $(zzuftests) . +SUBDIRS = include platform microhttpd $(microspdy) $(curltests) $(zzuftests) . if BUILD_EXAMPLES SUBDIRS += examples