diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2016-02-04 18:30:21 +0300 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2016-02-04 18:30:21 +0300 |
| commit | 798833457018ee8a6274ec78e816f747361c0d47 (patch) | |
| tree | a8a905538380af822e90b3fc5571de836c3b3aba /auto/sources | |
| parent | 9add42c71e71c2af8e67eceeeb773d22a9cab760 (diff) | |
| download | nginx-798833457018ee8a6274ec78e816f747361c0d47.tar.gz nginx-798833457018ee8a6274ec78e816f747361c0d47.tar.bz2 | |
Dynamic modules: moved module-related stuff to separate files.
Diffstat (limited to 'auto/sources')
| -rw-r--r-- | auto/sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index 2e44ce184..d325ec3fd 100644 --- a/auto/sources +++ b/auto/sources @@ -36,6 +36,7 @@ CORE_DEPS="src/core/nginx.h \ src/core/ngx_connection.h \ src/core/ngx_cycle.h \ src/core/ngx_conf_file.h \ + src/core/ngx_module.h \ src/core/ngx_resolver.h \ src/core/ngx_open_file_cache.h \ src/core/ngx_crypt.h \ @@ -71,6 +72,7 @@ CORE_SRCS="src/core/nginx.c \ src/core/ngx_rwlock.c \ src/core/ngx_cpuinfo.c \ src/core/ngx_conf_file.c \ + src/core/ngx_module.c \ src/core/ngx_resolver.c \ src/core/ngx_open_file_cache.c \ src/core/ngx_crypt.c \ |
