From 7ec14eb603babeca5fc582138f4539af7a445702 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期二, 19 一月 2021 17:13:51 +0800
Subject: [PATCH] docxygen

---
 test_queue/Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/test_queue/Makefile b/test_queue/Makefile
index 643b72d..55e6e8a 100755
--- a/test_queue/Makefile
+++ b/test_queue/Makefile
@@ -4,17 +4,17 @@
 ROOT=..
 LDLIBS+=-Wl,-rpath=$(ROOT)/lib:$(ROOT)/build/lib
 # 寮�婧愬伐鍏峰寘璺緞
-LDDIR +=  -L$(ROOT)/lib -L$(ROOT)/build/lib
+LDDIR += -L$(ROOT)/build/lib
 # 寮�婧愬伐鍏峰寘
 LDLIBS += -lshm_queue -lusgcommon -lpthread
 
-INCLUDE += -I$(ROOT)/build/include
+INCLUDE += -I$(ROOT)/build/include -I$(ROOT)/include/usgcommon
 
 PLATFORM=$(shell $(ROOT)/systype.sh)
 include $(ROOT)/Make.defines.$(PLATFORM)
 
  
-PROGS = dgram_socket_test
+PROGS = test_queue
 
 build: $(PROGS)
 

--
Gitblit v1.8.0