fix compile error: add -Iinclude CFLAGS

connection_manager
YuQing 2020-11-09 21:02:29 +08:00
parent 4a92e31272
commit baf9ad7c94
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
.SUFFIXES: .c .lo
COMPILE = $(CC) $(CFLAGS) -fPIC
INC_PATH = -I/usr/local/include
INC_PATH = -Iinclude -I/usr/local/include
LIB_PATH = $(LIBS) -lfastcommon
TARGET_LIB = $(TARGET_PREFIX)/$(LIB_VERSION)

1
src/include/sf Symbolic link
View File

@ -0,0 +1 @@
..