diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2018-03-17 23:04:20 +0300 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2018-03-17 23:04:20 +0300 |
| commit | c554dd1434e1378ac5f83a97b6d250b772941498 (patch) | |
| tree | 71f2483b96c9038568d10ebbfd100ad3231f9183 /auto/modules | |
| parent | b84b67bc0f434747f3e13c5faf8ddf71acd11049 (diff) | |
| download | nginx-c554dd1434e1378ac5f83a97b6d250b772941498.tar.gz nginx-c554dd1434e1378ac5f83a97b6d250b772941498.tar.bz2 | |
HTTP/2: externalized various constants and interfaces.
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 1 |
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" |
