summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2018-03-17 23:04:20 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2018-03-17 23:04:20 +0300
commitc554dd1434e1378ac5f83a97b6d250b772941498 (patch)
tree71f2483b96c9038568d10ebbfd100ad3231f9183 /auto/modules
parentb84b67bc0f434747f3e13c5faf8ddf71acd11049 (diff)
downloadnginx-c554dd1434e1378ac5f83a97b6d250b772941498.tar.gz
nginx-c554dd1434e1378ac5f83a97b6d250b772941498.tar.bz2
HTTP/2: externalized various constants and interfaces.
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index b9fa3bbea..a10c42d1e 100644
--- a/auto/modules
+++ b/auto/modules
@@ -428,6 +428,7 @@ if [ $HTTP = YES ]; then
src/http/v2/ngx_http_v2_module.h"
ngx_module_srcs="src/http/v2/ngx_http_v2.c \
src/http/v2/ngx_http_v2_table.c \
+ src/http/v2/ngx_http_v2_encode.c \
src/http/v2/ngx_http_v2_huff_decode.c \
src/http/v2/ngx_http_v2_huff_encode.c \
src/http/v2/ngx_http_v2_module.c"