From: Maxim Dounin Date: Mon, 7 Dec 2015 17:08:13 +0000 (+0300) Subject: Added slice module to win32 builds. X-Git-Tag: release-1.9.8~5 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=0fd8e9faa4a086f67f2ce71e1d059e571ae95c0f;p=nginx.git Added slice module to win32 builds. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index a20b8fffe..c1e848d1c 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -79,6 +79,7 @@ win32: --with-http_auth_request_module \ --with-http_random_index_module \ --with-http_secure_link_module \ + --with-http_slice_module \ --with-mail \ --with-stream \ --with-openssl=$(OBJS)/lib/$(OPENSSL) \