Fix build failure

This commit is contained in:
Tatsuhiro Tsujikawa 2021-05-15 13:51:24 +09:00
parent ebad3d4755
commit 9e6c0685a2
2 changed files with 1 additions and 3 deletions

View File

@ -24,7 +24,6 @@ set(NGHTTP2_SOURCES
nghttp2_http.c
nghttp2_rcbuf.c
nghttp2_debug.c
nghttp2_ksl.c
)
set(NGHTTP2_RES "")

View File

@ -91,8 +91,7 @@ NGHTTP2_SRC := nghttp2_pq.c \
nghttp2_callbacks.c \
nghttp2_mem.c \
nghttp2_http.c \
nghttp2_rcbuf.c \
nghttp2_ksl.c
nghttp2_rcbuf.c
NGHTTP2_OBJ_R := $(addprefix $(OBJ_DIR)/r_, $(notdir $(NGHTTP2_SRC:.c=.obj)))
NGHTTP2_OBJ_D := $(addprefix $(OBJ_DIR)/d_, $(notdir $(NGHTTP2_SRC:.c=.obj)))