aboutsummaryrefslogtreecommitdiff
path: root/auto/modules
diff options
context:
space:
mode:
authorVladimir Homutov <vl@nginx.com>2020-12-25 14:01:28 +0300
committerVladimir Homutov <vl@nginx.com>2020-12-25 14:01:28 +0300
commit49527110972d80d20000044e6e63f6a1a08af67f (patch)
treec5b7b72233900bff1a3cabd9438ae9d70683469d /auto/modules
parent45666324afdbd3ccad709d5b17fbad8ff07aef55 (diff)
downloadnginx-49527110972d80d20000044e6e63f6a1a08af67f.tar.gz
nginx-49527110972d80d20000044e6e63f6a1a08af67f.zip
QUIC: moved all quic sources into src/event/quic.
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules12
1 files changed, 6 insertions, 6 deletions
diff --git a/auto/modules b/auto/modules
index 3f2430b62..82a887eb1 100644
--- a/auto/modules
+++ b/auto/modules
@@ -1327,13 +1327,13 @@ if [ $USE_OPENSSL = YES ]; then
if [ $USE_OPENSSL_QUIC = YES ]; then
ngx_module_deps="$ngx_module_deps \
- src/event/ngx_event_quic.h \
- src/event/ngx_event_quic_transport.h \
- src/event/ngx_event_quic_protection.h"
+ src/event/quic/ngx_event_quic.h \
+ src/event/quic/ngx_event_quic_transport.h \
+ src/event/quic/ngx_event_quic_protection.h"
ngx_module_srcs="$ngx_module_srcs \
- src/event/ngx_event_quic.c \
- src/event/ngx_event_quic_transport.c \
- src/event/ngx_event_quic_protection.c"
+ src/event/quic/ngx_event_quic.c \
+ src/event/quic/ngx_event_quic_transport.c \
+ src/event/quic/ngx_event_quic_protection.c"
fi
. auto/module