Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-07-12 01:03:47 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-07-12 01:03:47 +0400
commit6845ad4c8e308095b6e8db41fdaca537c65b0378 (patch)
treeec68936a1a124cf003d922e4b1b0f5746483b889 /auto
parent14f279e7e5cad1d6da9f457ac26b8305bc22a3ee (diff)
nginx-0.0.7-2004-07-12-01:03:47 import
Diffstat (limited to 'auto')
-rw-r--r--auto/modules1
-rw-r--r--auto/sources1
2 files changed, 2 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index 705f0287d..6cd01211b 100644
--- a/auto/modules
+++ b/auto/modules
@@ -61,6 +61,7 @@ fi
if [ $HTTP_SSL = YES ]; then
have=NGX_HTTP_SSL . auto/have
HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES $HTTP_SSL_FILTER_MODULE"
+ HTTP_DEPS="$HTTP_DEPS $HTTP_SSL_DEPS"
HTTP_SRCS="$HTTP_SRCS $HTTP_SSL_SRCS"
# STUB: move to auto/libs/ssl
CORE_LIBS="$CORE_LIBS -lssl -lcrypto"
diff --git a/auto/sources b/auto/sources
index 34f61a3c3..511893b30 100644
--- a/auto/sources
+++ b/auto/sources
@@ -250,6 +250,7 @@ HTTP_GZIP_SRCS=src/http/modules/ngx_http_gzip_filter.c
HTTP_SSL_FILTER_MODULE=ngx_http_ssl_filter_module
+HTTP_SSL_DEPS=src/http/modules/ngx_http_ssl_filter.h
HTTP_SSL_SRCS=src/http/modules/ngx_http_ssl_filter.c