From aa515539d6b88d5270c7dd435e54471edb7d6749 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期四, 26 十一月 2020 14:26:41 +0800 Subject: [PATCH] udpate --- src/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 4dc86a4..be1dcac 100644 --- a/src/Makefile +++ b/src/Makefile @@ -12,11 +12,11 @@ # 寮�婧愬伐鍏峰寘 -#LDLIBS += -lusgcommon +LDLIBS += -lusgcommon #-I$(ROOT)/include/usgcommon -INCLUDES += -I./queue -I./socket -I./common/include +INCLUDES += -I./queue -I./socket -I./common/include -I$(ROOT)/include/usgcommon SOURCES := $(wildcard *.c ./**/*.c) OBJS = $(patsubst %.c, $(DEST)/%.o, $(SOURCES)) -- Gitblit v1.8.0