jsoncat, histogram_perf: add missing dependencies
These weren't needed for static linking, but popped up as problems with some upcoming patches enabling individual shared libraries. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: Iba13926bd504831046eeb48da8f35e7df9ef8801 Reviewed-on: https://review.gerrithub.io/422442 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
This commit is contained in:
parent
5e181ba84f
commit
e7c9f62046
@ -39,7 +39,7 @@ APP = histogram_perf
|
||||
|
||||
C_SRCS = histogram_perf.c
|
||||
|
||||
SPDK_LIB_LIST = thread util
|
||||
SPDK_LIB_LIST = thread util log
|
||||
|
||||
LIBS += $(SPDK_LIB_LINKER_ARGS) $(ENV_LINKER_ARGS)
|
||||
|
||||
|
@ -39,9 +39,9 @@ APP = jsoncat
|
||||
|
||||
C_SRCS = jsoncat.c
|
||||
|
||||
SPDK_LIB_LIST = json thread util
|
||||
SPDK_LIB_LIST = json thread util log
|
||||
|
||||
LIBS += $(SPDK_LIB_LINKER_ARGS)
|
||||
LIBS += $(SPDK_LIB_LINKER_ARGS) $(ENV_LINKER_ARGS)
|
||||
|
||||
all: $(APP)
|
||||
@:
|
||||
|
Loading…
Reference in New Issue
Block a user