diff --git a/Makefile b/Makefile index 38412275c..0cb154156 100644 --- a/Makefile +++ b/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),)