mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 12:41:00 +02:00
MINOR: quic: Enable some quic, h3 and qpack modules compilation.
Enable src/h3.c compilation for h3, src/qpack-dec.c and sr/qpack-tbl.c compilation for qpack, and src/mux_quic.c for the QUIC mux.
This commit is contained in:
parent
785c9c998a
commit
11c304da0a
3
Makefile
3
Makefile
@ -589,7 +589,8 @@ OPTIONS_OBJS += src/ssl_sample.o src/ssl_sock.o src/ssl_crtlist.o src/ssl_ckch.
|
||||
endif
|
||||
ifneq ($(USE_QUIC),)
|
||||
OPTIONS_OBJS += src/quic_sock.o src/proto_quic.o src/xprt_quic.o src/quic_tls.o \
|
||||
src/quic_frame.o src/quic_cc.o src/quic_cc_newreno.o
|
||||
src/quic_frame.o src/quic_cc.o src/quic_cc_newreno.o src/mux_quic.o \
|
||||
src/qpack-dec.o src/qpack-tbl.o src/h3.o
|
||||
endif
|
||||
|
||||
ifneq ($(USE_LUA),)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user