Browse Source

优化site_list重复的代码,方便后续维护

zengminguo 3 years ago
parent
commit
cd78e20959
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -4,7 +4,7 @@ noinst_LIBRARIES=libpoint_algorithm.a
 
 CXXFLAGS=-g
 
-AM_CPPFLAGS=-Wall -pthread -m64 -std=c++11  -I${prefix} -I. -I/usr/local/include/log -I./../server
+AM_CPPFLAGS=-Wall -pthread -m64 -std=c++11  -I${prefix} -I. -I/usr/local/include/log -I/usr/local/include/mysql -I./../server -I./../server/db
 AM_LDFLAGS =-Wall -pthread -m64 -std=c++11