MOD aaa-12 调整ipconfig目录,重命名为netconfig
SOL configm运行目录调整到/tmp/configm 修改人:zhangliang 检视人:zhangliang
This commit is contained in:
parent
f0926ad064
commit
3e45a258d8
|
@ -21,14 +21,20 @@ DEBUG = TRUE
|
||||||
PLAT_LINUX ?= TRUE
|
PLAT_LINUX ?= TRUE
|
||||||
PLAT_ARM64 ?= TRUE
|
PLAT_ARM64 ?= TRUE
|
||||||
|
|
||||||
VPATH = ../user/configm/config-server ../user/configm/config-server/user_manager_config
|
VPATH = ../user/configm/config-server
|
||||||
# source code
|
# source code
|
||||||
|
|
||||||
# set the source file, don't used .o because of ...
|
# set the source file, don't used .o because of ...
|
||||||
|
|
||||||
COMMON_SRCS = configserver.c netconfig/ipconfig/ipconfig.c netconfig/parsefile.c \
|
COMMON_SRCS = configserver.c \
|
||||||
authfree_config/authfree.c localportal_config/localportal.c userlock_config/userlock.c jumppage_config/jumppage.c agingtime_config/agingtime.c \
|
netconfig/ipconfig/ipconfig.c netconfig/parsefile.c \
|
||||||
user_group_config.c user_account_config.c usermanager-server/array_index.c usermanager-server/user_group.c usermanager-server/user_mod.c usermanager-server/user.c
|
authfree_config/authfree.c \
|
||||||
|
localportal_config/localportal.c \
|
||||||
|
userlock_config/userlock.c \
|
||||||
|
jumppage_config/jumppage.c \
|
||||||
|
agingtime_config/agingtime.c \
|
||||||
|
user_manager_config/user_group_config.c user_manager_config/user_account_config.c user_manager_config/usermanager-server/array_index.c \
|
||||||
|
user_manager_config/usermanager-server/user_group.c user_manager_config/usermanager-server/user_mod.c user_manager_config/usermanager-server/user.c
|
||||||
|
|
||||||
# MRS Board Source Files
|
# MRS Board Source Files
|
||||||
PLAT_LINUX_SRCS = $(COMMON_SRCS)
|
PLAT_LINUX_SRCS = $(COMMON_SRCS)
|
||||||
|
|
Loading…
Reference in New Issue