diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2016-02-05 14:02:54 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2016-02-05 14:02:54 +0300 |
| commit | 4814d78312508a9f7083c862736746856ec381be (patch) | |
| tree | 15533583257a0aa19b2d9ce4ec161b2ceb97e662 | |
| parent | 97f59dda09f139fbf18d6a20097d3337a2489b3c (diff) | |
| download | nginx-4814d78312508a9f7083c862736746856ec381be.tar.gz nginx-4814d78312508a9f7083c862736746856ec381be.tar.bz2 | |
Dynamic modules: fixed a copy-n-paste error.
| -rw-r--r-- | auto/modules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/modules b/auto/modules index b68a96fbe..719375eeb 100644 --- a/auto/modules +++ b/auto/modules @@ -331,7 +331,7 @@ if [ $HTTP_ADDITION = YES ]; then ngx_module_deps= ngx_module_srcs=src/http/modules/ngx_http_addition_filter_module.c ngx_module_libs= - ngx_module_link=$HTTP_SUB + ngx_module_link=$HTTP_ADDITION . auto/module fi |
