diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-05-18 15:29:08 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-05-18 15:29:08 +0000 |
| commit | ab517d58277429bba16d0641e00aebea061db1ce (patch) | |
| tree | fca49eca624c51e0ae7c829f0ce64233496c610e /auto | |
| parent | 3043bfcf105e47969720d5bce8c3a89afe8e666d (diff) | |
| download | nginx-ab517d58277429bba16d0641e00aebea061db1ce.tar.gz nginx-ab517d58277429bba16d0641e00aebea061db1ce.tar.bz2 | |
nginx-0.0.3-2004-05-18-19:29:08 import
Diffstat (limited to 'auto')
| -rw-r--r-- | auto/modules | 3 | ||||
| -rw-r--r-- | auto/sources | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/auto/modules b/auto/modules index 5736a46ba..68d6eed05 100644 --- a/auto/modules +++ b/auto/modules @@ -77,6 +77,9 @@ if [ $HTTP_PROXY = YES ]; then HTTP_SRCS="$HTTP_SRCS $HTTP_PROXY_SRCS" fi +if [ -r $OBJS/auto ]; then + . $OBJS/auto +fi modules="$CORE_MODULES $EVENT_MODULES $HTTP_MODULES $HTTP_FILTER_MODULES \ $HTTP_HEADERS_FILTER_MODULE \ diff --git a/auto/sources b/auto/sources index cbcc90ed0..bb76a6cce 100644 --- a/auto/sources +++ b/auto/sources @@ -1,5 +1,5 @@ -CORE_MODULES="ngx_core_module ngx_errlog_module" +CORE_MODULES="ngx_core_module ngx_errlog_module ngx_conf_module" CORE_INCS="src/core" |
