diff options
Diffstat (limited to 'auto')
| -rw-r--r-- | auto/modules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/auto/modules b/auto/modules index 464111263..d454466af 100644 --- a/auto/modules +++ b/auto/modules @@ -431,7 +431,8 @@ if [ $HTTP = YES ]; then src/http/v3/ngx_http_v3_parse.h \ src/http/v3/ngx_http_v3_tables.h \ src/http/v3/ngx_http_v3_streams.h" - ngx_module_srcs="src/http/v3/ngx_http_v3_encode.c \ + ngx_module_srcs="src/http/v3/ngx_http_v3.c \ + src/http/v3/ngx_http_v3_encode.c \ src/http/v3/ngx_http_v3_parse.c \ src/http/v3/ngx_http_v3_tables.c \ src/http/v3/ngx_http_v3_streams.c \ |
