diff --git a/release/src/public/libcomm/makefile b/release/src/public/libcomm/makefile index b7a6080..d1d1d6d 100644 --- a/release/src/public/libcomm/makefile +++ b/release/src/public/libcomm/makefile @@ -3,7 +3,7 @@ L := $(notdir $(realpath $(CURDIR)/..)) M := libcomm O := $(LIB_REL)/$(M).a S := $(SRC_ROOT_DIR)/$(L)/libcomm/src -I := -I$(SRC_ROOT_DIR)/$(L)/libcomm/inc -I$(SRC_ROOT_DIR)/$(L)/libcomm/src +I := -I$(SRC_ROOT_DIR)/$(L)/libcomm/inc B := $(CURDIR)/$(M)/obj SRCS := $(wildcard $(S)/*.cpp) OBJS := $(patsubst $(S)/%.cpp, $(B)/%.o, $(SRCS)) diff --git a/src/public/libcomm/src/comm_internal.h b/src/public/libcomm/inc/comm_internal.h similarity index 100% rename from src/public/libcomm/src/comm_internal.h rename to src/public/libcomm/inc/comm_internal.h