From d8c71d5fdb6cd1579f2a569ccd7bdbdf9f776ea1 Mon Sep 17 00:00:00 2001 From: Reza Tavakoli <9096461+tavrez@users.noreply.github.com> Date: Wed, 2 Dec 2020 17:38:03 +0330 Subject: [PATCH] Added new nghttp2_ksl.c to Windows makefile --- lib/Makefile.msvc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Makefile.msvc b/lib/Makefile.msvc index f649c0bd..ec96b542 100644 --- a/lib/Makefile.msvc +++ b/lib/Makefile.msvc @@ -91,7 +91,8 @@ NGHTTP2_SRC := nghttp2_pq.c \ nghttp2_callbacks.c \ nghttp2_mem.c \ nghttp2_http.c \ - nghttp2_rcbuf.c + nghttp2_rcbuf.c \ + nghttp2_ksl.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)))