Skip to content

Commit

Permalink
Added new nghttp2_ksl.c to Windows makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tavrez authored Dec 2, 2020
1 parent fb5b5ae commit d8c71d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Makefile.msvc
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit d8c71d5

Please sign in to comment.