Browse Source

Merge branch 'master' of zengminguo/algo-l-zmg into master

zhuyf 2 years ago
parent
commit
6f62f64bbb
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