From c23ba25d3648751280083cdb03f184a7eef55bdd Mon Sep 17 00:00:00 2001 From: Dennis Gunia Date: Thu, 18 Sep 2025 15:59:53 +0200 Subject: [PATCH] add wsserver to makefile --- software/pc_client/makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/software/pc_client/makefile b/software/pc_client/makefile index 1122ec2..92f9e0a 100644 --- a/software/pc_client/makefile +++ b/software/pc_client/makefile @@ -15,6 +15,7 @@ CFLAGS += -I$(JSON_C_DIR)/include/json-c # Or to use lines like: #include #CFLAGS += -I$(JSON_C_DIR)/include LDFLAGS+= -L$(JSON_C_DIR)/lib -ljson-c +LDFLAGS+= -L$(JSON_C_DIR)/lib -lws CPPFLAGS ?= $(INC_FLAGS) -MMD -MP $(BUILD_DIR)/$(TARGET_EXEC): $(OBJS)