diff options
| author | Roman Arutyunyan <arut@nginx.com> | 2021-05-05 15:09:23 +0300 |
|---|---|---|
| committer | Roman Arutyunyan <arut@nginx.com> | 2021-05-05 15:09:23 +0300 |
| commit | de75c7e3e21822a909391a4b3ccaac7914c8641d (patch) | |
| tree | 2f4b303772404825d69aff3bdf7a773f31a88cf6 /auto | |
| parent | 32f98ecbb13acc9c22db4dd7e9bec20eb30b945a (diff) | |
| download | nginx-de75c7e3e21822a909391a4b3ccaac7914c8641d.tar.gz nginx-de75c7e3e21822a909391a4b3ccaac7914c8641d.tar.bz2 | |
HTTP/3: separate header files for existing source files.
Diffstat (limited to 'auto')
| -rw-r--r-- | auto/modules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/auto/modules b/auto/modules index 95b722d8c..464111263 100644 --- a/auto/modules +++ b/auto/modules @@ -427,7 +427,10 @@ if [ $HTTP = YES ]; then ngx_module_name=ngx_http_v3_module ngx_module_incs=src/http/v3 ngx_module_deps="src/http/v3/ngx_http_v3.h \ - src/http/v3/ngx_http_v3_parse.h" + src/http/v3/ngx_http_v3_encode.h \ + 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 \ src/http/v3/ngx_http_v3_parse.c \ src/http/v3/ngx_http_v3_tables.c \ |
