Skip to content

Commit

Permalink
Update Makefile comments to relect name change (valkey-io#106)
Browse files Browse the repository at this point in the history
Update the comments in the Makefile to reflect the new names.

Signed-off-by: Siddhartha Mondal <[email protected]>
  • Loading branch information
aveminus authored Apr 5, 2024
1 parent 490f4eb commit 47444c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ ifeq ($(BUILD_TLS),yes)
endif

TLS_MODULE=
TLS_MODULE_NAME:=redis-tls$(PROG_SUFFIX).so
TLS_MODULE_NAME:=valkey-tls$(PROG_SUFFIX).so
TLS_MODULE_CFLAGS:=$(FINAL_CFLAGS)
ifeq ($(BUILD_TLS),module)
FINAL_CFLAGS+=-DUSE_OPENSSL=$(BUILD_MODULE) $(OPENSSL_CFLAGS)
Expand Down

0 comments on commit 47444c6

Please sign in to comment.