summaryrefslogtreecommitdiffhomepage
path: root/auto/sources
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/sources
parent45666324afdbd3ccad709d5b17fbad8ff07aef55 (diff)
downloadnginx-49527110972d80d20000044e6e63f6a1a08af67f.tar.gz
nginx-49527110972d80d20000044e6e63f6a1a08af67f.tar.bz2
QUIC: moved all quic sources into src/event/quic.
Diffstat (limited to 'auto/sources')
-rw-r--r--auto/sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/sources b/auto/sources
index 3dad11132..37276aa94 100644
--- a/auto/sources
+++ b/auto/sources
@@ -83,7 +83,7 @@ CORE_SRCS="src/core/nginx.c \
EVENT_MODULES="ngx_events_module ngx_event_core_module"
-EVENT_INCS="src/event src/event/modules"
+EVENT_INCS="src/event src/event/modules src/event/quic"
EVENT_DEPS="src/event/ngx_event.h \
src/event/ngx_event_timer.h \