Skip to content

Commit

Permalink
build: tracking objectnode modification for cfs-server
Browse files Browse the repository at this point in the history
Signed-off-by: Sheng Yong <shengyong2021@gmail.com>
  • Loading branch information
shyodx committed Jul 29, 2021
1 parent 819e97e commit ed95c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BIN_LIBSDK := $(BIN_PATH)/libsdk

COMMON_SRC := build/build.sh Makefile
COMMON_SRC += $(wildcard storage/*.go util/*/*.go util/*.go repl/*.go raftstore/*.go proto/*.go)
SERVER_SRC := $(wildcard cmd/*.go authnode/*.go datanode/*.go master/*.go metanode/*.go)
SERVER_SRC := $(wildcard cmd/*.go authnode/*.go datanode/*.go master/*.go metanode/*.go objectnode/*.go)
CLIENT_SRC := $(wildcard client/*.go client/fs/*.go sdk/*.go)
CLIENT2_SRC := $(wildcard clientv2/*.go clientv2/fs/*.go sdk/*.go)
AUTHTOOL_SRC := $(wildcard authtool/*.go)
Expand Down

0 comments on commit ed95c9f

Please sign in to comment.